Html Css Color HEX #774533 Cumin

📋 copy color: '#774533'

red 119 ◦ green 69 ◦ blue 51

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

Shades of Cumin #774533

Tints of Cumin #774533

RGB

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

 GREEN value IS 69 (27.34% from 255) = 28.87%

 BLUE value IS 51 (20.31% from 255) = 21.34%

R = 49.79%
G = 28.87%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.53

RGB Variations

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

Color information

#774533 (or 0x774533) is known color: Cumin. HEX triplet: 77, 45 and 33. RGB value is (119,69,51). Sum of RGB (Red+Green+Blue) = 119+69+51=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 69 (27.34% from 255 or 28.87% from 239); Blue value is 51 (20.31% from 255 or 21.34% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #774533 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #774533 is #88BACC. Grayscale: #525252. Windows color (decimal): -8960717 or 3360119. OLE color: 3360119.

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

Color convert

RGB 119 69 51 -
CMYK 0 0.42 0.57 0.53
HSL 15.88º 0.4% 0.33% -
HSV(B) 15.88º 0.57% 0.47% -
XYZ 10.33 8.42 4.21 -
YUV 81.9 110.57 154.46 -
System Red Green Blue C M Y K H S L
Decimal 119 69 51 0 0.42 0.57 0.53 15.88 0.4 0.33
Hex 77 45 33 0 2A 39 35 10 28 21
Octal 167 105 63 0 52 71 65 20 50 41
Binary 1110111 1000101 110011 0 101010 111001 110101 10000 101000 100001

Color Harmonies of #774533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774533

Black with #774533

Text Example


Text Example

White with #774533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774533; }

 p { color: rgb(119,69,51); }

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

background-color css

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

 a { background-color: rgb(119,69,51); }

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

border-color css

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

 span { border-color: rgb(119,69,51); }

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