Html Css Color HEX #774834 Cumin

📋 copy color: '#774834'

red 119 ◦ green 72 ◦ blue 52

#774834
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cumin #774834

Tints of Cumin #774834

RGB

 RED value IS 119 (46.88% from 255) = 48.97%

 GREEN value IS 72 (28.52% from 255) = 29.63%

 BLUE value IS 52 (20.7% from 255) = 21.4%

R = 48.97%
G = 29.63%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.53

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#774834 (or 0x774834) is known color: Cumin. HEX triplet: 77, 48 and 34. RGB value is (119,72,52). Sum of RGB (Red+Green+Blue) = 119+72+52=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 72 (28.52% from 255 or 29.63% from 243); Blue value is 52 (20.70% from 255 or 21.40% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #774834 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774834 is #88B7CB. Grayscale: #535353. Windows color (decimal): -8959948 or 3426423. OLE color: 3426423.

HSL color Cylindrical-coordinate representation of color #774834: hue angle of 17.91º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #774834 is Cyan = 0, Magento = 0.39, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 72 52 -
CMYK 0 0.39 0.56 0.53
HSL 17.91º 0.39% 0.34% -
HSV(B) 17.91º 0.56% 0.47% -
XYZ 10.54 8.8 4.39 -
YUV 83.77 110.07 153.13 -
System Red Green Blue C M Y K H S L
Decimal 119 72 52 0 0.39 0.56 0.53 17.91 0.39 0.34
Hex 77 48 34 0 27 38 35 12 27 22
Octal 167 110 64 0 47 70 65 22 47 42
Binary 1110111 1001000 110100 0 100111 111000 110101 10010 100111 100010

Color Harmonies of #774834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774834

Black with #774834

Text Example


Text Example

White with #774834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774834; }

 p { color: rgb(119,72,52); }

 H1.HeaderClassName
 {
   color: #774834;
 }
 .AnyTagClassName
 {
   color: #774834;
 }
</style>

background-color css

<style>
 a { background-color: #774834; }

 a { background-color: rgb(119,72,52); }

 div.DivClassName
 {
   background-color: #774834;
 }
 .BgClassName
 {
   background-color: #774834;
 }
</style>

border-color css

<style>
 span { border-color: #774834; }

 span { border-color: rgb(119,72,52); }

 td.TdClassName
 {
   border-color: #774834;
 }
 .TagClassName
 {
   border-color: #774834;
 }
</style>