Html Css Color HEX #764532 Cumin

📋 copy color: '#764532'

red 118 ◦ green 69 ◦ blue 50

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

Shades of Cumin #764532

Tints of Cumin #764532

RGB

 RED value IS 118 (46.48% from 255) = 49.79%

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

 BLUE value IS 50 (19.92% from 255) = 21.1%

R = 49.79%
G = 29.11%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0.54

RGB Variations

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

Color information

#764532 (or 0x764532) is known color: Cumin. HEX triplet: 76, 45 and 32. RGB value is (118,69,50). Sum of RGB (Red+Green+Blue) = 118+69+50=237 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.79% from 237); Green value is 69 (27.34% from 255 or 29.11% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 118 - color contains mainly: red. Hex color #764532 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764532 is #89BACD. Grayscale: #515151. Windows color (decimal): -9026254 or 3294582. OLE color: 3294582.

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

Color convert

RGB 118 69 50 -
CMYK 0 0.42 0.58 0.54
HSL 16.76º 0.4% 0.33% -
HSV(B) 16.76º 0.58% 0.46% -
XYZ 10.18 8.34 4.09 -
YUV 81.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 118 69 50 0 0.42 0.58 0.54 16.76 0.4 0.33
Hex 76 45 32 0 2A 3A 36 11 28 21
Octal 166 105 62 0 52 72 66 21 50 41
Binary 1110110 1000101 110010 0 101010 111010 110110 10001 101000 100001

Color Harmonies of #764532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764532

Black with #764532

Text Example


Text Example

White with #764532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764532; }

 p { color: rgb(118,69,50); }

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

background-color css

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

 a { background-color: rgb(118,69,50); }

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

border-color css

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

 span { border-color: rgb(118,69,50); }

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