Html Css Color HEX #764530 Cumin

📋 copy color: '#764530'

red 118 ◦ green 69 ◦ blue 48

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

Shades of Cumin #764530

Tints of Cumin #764530

RGB

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

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

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

R = 50.21%
G = 29.36%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.54

RGB Variations

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

Color information

#764530 (or 0x764530) is known color: Cumin. HEX triplet: 76, 45 and 30. RGB value is (118,69,48). Sum of RGB (Red+Green+Blue) = 118+69+48=235 (31% of max value = 765). Red value is 118 (46.48% from 255 or 50.21% from 235); Green value is 69 (27.34% from 255 or 29.36% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 118 - color contains mainly: red. Hex color #764530 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764530 is #89BACF. Grayscale: #515151. Windows color (decimal): -9026256 or 3163510. OLE color: 3163510.

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

Color convert

RGB 118 69 48 -
CMYK 0 0.42 0.59 0.54
HSL 18º 0.42% 0.33% -
HSV(B) 18º 0.59% 0.46% -
XYZ 10.13 8.32 3.87 -
YUV 81.26 109.23 154.21 -
System Red Green Blue C M Y K H S L
Decimal 118 69 48 0 0.42 0.59 0.54 18 0.42 0.33
Hex 76 45 30 0 2A 3B 36 12 2A 21
Octal 166 105 60 0 52 73 66 22 52 41
Binary 1110110 1000101 110000 0 101010 111011 110110 10010 101010 100001

Color Harmonies of #764530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764530

Black with #764530

Text Example


Text Example

White with #764530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764530; }

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

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

background-color css

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

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

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

border-color css

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

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

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