Html Css Color HEX #764630 Cumin

📋 copy color: '#764630'

red 118 ◦ green 70 ◦ blue 48

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

Shades of Cumin #764630

Tints of Cumin #764630

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 50%
G = 29.66%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#764630 (or 0x764630) is known color: Cumin. HEX triplet: 76, 46 and 30. RGB value is (118,70,48). Sum of RGB (Red+Green+Blue) = 118+70+48=236 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50% from 236); Green value is 70 (27.73% from 255 or 29.66% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 118 - color contains mainly: red. Hex color #764630 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764630 is #89B9CF. Grayscale: #515151. Windows color (decimal): -9026000 or 3163766. OLE color: 3163766.

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

Color convert

RGB 118 70 48 -
CMYK 0 0.41 0.59 0.54
HSL 18.86º 0.42% 0.33% -
HSV(B) 18.86º 0.59% 0.46% -
XYZ 10.19 8.45 3.89 -
YUV 81.84 108.9 153.79 -
System Red Green Blue C M Y K H S L
Decimal 118 70 48 0 0.41 0.59 0.54 18.86 0.42 0.33
Hex 76 46 30 0 29 3B 36 13 2A 21
Octal 166 106 60 0 51 73 66 23 52 41
Binary 1110110 1000110 110000 0 101001 111011 110110 10011 101010 100001

Color Harmonies of #764630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764630

Black with #764630

Text Example


Text Example

White with #764630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764630; }

 p { color: rgb(118,70,48); }

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

background-color css

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

 a { background-color: rgb(118,70,48); }

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

border-color css

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

 span { border-color: rgb(118,70,48); }

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