Html Css Color HEX #764430 Cumin

📋 copy color: '#764430'

red 118 ◦ green 68 ◦ blue 48

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

Shades of Cumin #764430

Tints of Cumin #764430

RGB

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

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

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

R = 50.43%
G = 29.06%
B = 20.51%

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

#764430 (or 0x764430) is known color: Cumin. HEX triplet: 76, 44 and 30. RGB value is (118,68,48). Sum of RGB (Red+Green+Blue) = 118+68+48=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 48 (19.14% from 255 or 20.51% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #764430 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #764430 is #89BBCF. Grayscale: #505050. Windows color (decimal): -9026512 or 3163254. OLE color: 3163254.

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

Color convert

RGB 118 68 48 -
CMYK 0 0.42 0.59 0.54
HSL 17.14º 0.42% 0.33% -
HSV(B) 17.14º 0.59% 0.46% -
XYZ 10.07 8.2 3.85 -
YUV 80.67 109.57 154.63 -
System Red Green Blue C M Y K H S L
Decimal 118 68 48 0 0.42 0.59 0.54 17.14 0.42 0.33
Hex 76 44 30 0 2A 3B 36 11 2A 21
Octal 166 104 60 0 52 73 66 21 52 41
Binary 1110110 1000100 110000 0 101010 111011 110110 10001 101010 100001

Color Harmonies of #764430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764430

Black with #764430

Text Example


Text Example

White with #764430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764430; }

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

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

background-color css

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

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

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

border-color css

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

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

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