Html Css Color HEX #774630 Cumin

📋 copy color: '#774630'

red 119 ◦ green 70 ◦ blue 48

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

Shades of Cumin #774630

Tints of Cumin #774630

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.54%

 BLUE value IS 48 (19.14% from 255) = 20.25%

R = 50.21%
G = 29.54%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#774630 (or 0x774630) is known color: Cumin. HEX triplet: 77, 46 and 30. RGB value is (119,70,48). Sum of RGB (Red+Green+Blue) = 119+70+48=237 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.21% from 237); Green value is 70 (27.73% from 255 or 29.54% from 237); Blue value is 48 (19.14% from 255 or 20.25% from 237); Max value from RGB is 119 - color contains mainly: red. Hex color #774630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774630 is #88B9CF. Grayscale: #525252. Windows color (decimal): -8960464 or 3163767. OLE color: 3163767.

HSL color Cylindrical-coordinate representation of color #774630: hue angle of 18.59º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #774630 is Cyan = 0, Magento = 0.41, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 70 48 -
CMYK 0 0.41 0.60 0.53
HSL 18.59º 0.43% 0.33% -
HSV(B) 18.59º 0.6% 0.47% -
XYZ 10.33 8.52 3.9 -
YUV 82.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 119 70 48 0 0.41 0.60 0.53 18.59 0.43 0.33
Hex 77 46 30 0 29 3C 35 13 2B 21
Octal 167 106 60 0 51 74 65 23 53 41
Binary 1110111 1000110 110000 0 101001 111100 110101 10011 101011 100001

Color Harmonies of #774630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774630

Black with #774630

Text Example


Text Example

White with #774630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774630; }

 p { color: rgb(119,70,48); }

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

background-color css

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

 a { background-color: rgb(119,70,48); }

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

border-color css

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

 span { border-color: rgb(119,70,48); }

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