Html Css Color HEX #774631 Cumin

📋 copy color: '#774631'

red 119 ◦ green 70 ◦ blue 49

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

Shades of Cumin #774631

Tints of Cumin #774631

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 20.59%

R = 50%
G = 29.41%
B = 20.59%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#774631 (or 0x774631) is known color: Cumin. HEX triplet: 77, 46 and 31. RGB value is (119,70,49). Sum of RGB (Red+Green+Blue) = 119+70+49=238 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50% from 238); Green value is 70 (27.73% from 255 or 29.41% from 238); Blue value is 49 (19.53% from 255 or 20.59% from 238); Max value from RGB is 119 - color contains mainly: red. Hex color #774631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774631 is #88B9CE. Grayscale: #525252. Windows color (decimal): -8960463 or 3229303. OLE color: 3229303.

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

Color convert

RGB 119 70 49 -
CMYK 0 0.41 0.59 0.53
HSL 18º 0.42% 0.33% -
HSV(B) 18º 0.59% 0.47% -
XYZ 10.35 8.52 4.01 -
YUV 82.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 119 70 49 0 0.41 0.59 0.53 18 0.42 0.33
Hex 77 46 31 0 29 3B 35 12 2A 21
Octal 167 106 61 0 51 73 65 22 52 41
Binary 1110111 1000110 110001 0 101001 111011 110101 10010 101010 100001

Color Harmonies of #774631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774631

Black with #774631

Text Example


Text Example

White with #774631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774631; }

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

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

background-color css

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

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

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

border-color css

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

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

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