Html Css Color HEX #764431 Cumin

📋 copy color: '#764431'

red 118 ◦ green 68 ◦ blue 49

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

Shades of Cumin #764431

Tints of Cumin #764431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.94%

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

R = 50.21%
G = 28.94%
B = 20.85%

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

#764431 (or 0x764431) is known color: Cumin. HEX triplet: 76, 44 and 31. RGB value is (118,68,49). Sum of RGB (Red+Green+Blue) = 118+68+49=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 68 (26.95% from 255 or 28.94% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764431 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764431 is #89BBCE. Grayscale: #505050. Windows color (decimal): -9026511 or 3228790. OLE color: 3228790.

HSL color Cylindrical-coordinate representation of color #764431: hue angle of 16.52º degrees, saturation: 0.41, 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 #764431 is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 49 -
CMYK 0 0.42 0.58 0.54
HSL 16.52º 0.41% 0.33% -
HSV(B) 16.52º 0.58% 0.46% -
XYZ 10.09 8.21 3.96 -
YUV 80.78 110.07 154.54 -
System Red Green Blue C M Y K H S L
Decimal 118 68 49 0 0.42 0.58 0.54 16.52 0.41 0.33
Hex 76 44 31 0 2A 3A 36 11 29 21
Octal 166 104 61 0 52 72 66 21 51 41
Binary 1110110 1000100 110001 0 101010 111010 110110 10001 101001 100001

Color Harmonies of #764431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764431

Black with #764431

Text Example


Text Example

White with #764431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764431; }

 p { color: rgb(118,68,49); }

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

background-color css

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

 a { background-color: rgb(118,68,49); }

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

border-color css

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

 span { border-color: rgb(118,68,49); }

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