Html Css Color HEX #774331 Cumin

📋 copy color: '#774331'

red 119 ◦ green 67 ◦ blue 49

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

Shades of Cumin #774331

Tints of Cumin #774331

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.51%

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

R = 50.64%
G = 28.51%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#774331 (or 0x774331) is known color: Cumin. HEX triplet: 77, 43 and 31. RGB value is (119,67,49). Sum of RGB (Red+Green+Blue) = 119+67+49=235 (31% of max value = 765). Red value is 119 (46.88% from 255 or 50.64% from 235); Green value is 67 (26.56% from 255 or 28.51% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 119 - color contains mainly: red. Hex color #774331 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774331 is #88BCCE. Grayscale: #505050. Windows color (decimal): -8961231 or 3228535. OLE color: 3228535.

HSL color Cylindrical-coordinate representation of color #774331: hue angle of 15.43º 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 #774331 is Cyan = 0, Magento = 0.44, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 67 49 -
CMYK 0 0.44 0.59 0.53
HSL 15.43º 0.42% 0.33% -
HSV(B) 15.43º 0.59% 0.47% -
XYZ 10.17 8.16 3.94 -
YUV 80.5 110.23 155.46 -
System Red Green Blue C M Y K H S L
Decimal 119 67 49 0 0.44 0.59 0.53 15.43 0.42 0.33
Hex 77 43 31 0 2C 3B 35 F 2A 21
Octal 167 103 61 0 54 73 65 17 52 41
Binary 1110111 1000011 110001 0 101100 111011 110101 1111 101010 100001

Color Harmonies of #774331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774331

Black with #774331

Text Example


Text Example

White with #774331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774331; }

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

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

background-color css

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

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

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

border-color css

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

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

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