Html Css Color HEX #76452F Cumin

📋 copy color: '#76452F'

red 118 ◦ green 69 ◦ blue 47

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

Shades of Cumin #76452F

Tints of Cumin #76452F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.09%

R = 50.43%
G = 29.49%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#76452F (or 0x76452F) is known color: Cumin. HEX triplet: 76, 45 and 2F. RGB value is (118,69,47). Sum of RGB (Red+Green+Blue) = 118+69+47=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 69 (27.34% from 255 or 29.49% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76452F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #76452F is #89BAD0. Grayscale: #515151. Windows color (decimal): -9026257 or 3097974. OLE color: 3097974.

HSL color Cylindrical-coordinate representation of color #76452F: hue angle of 18.59º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76452F is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 69 47 -
CMYK 0 0.42 0.60 0.54
HSL 18.59º 0.43% 0.32% -
HSV(B) 18.59º 0.6% 0.46% -
XYZ 10.11 8.31 3.76 -
YUV 81.14 108.73 154.29 -
System Red Green Blue C M Y K H S L
Decimal 118 69 47 0 0.42 0.60 0.54 18.59 0.43 0.32
Hex 76 45 2F 0 2A 3C 36 13 2B 20
Octal 166 105 57 0 52 74 66 23 53 40
Binary 1110110 1000101 101111 0 101010 111100 110110 10011 101011 100000

Color Harmonies of #76452F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76452F

Black with #76452F

Text Example


Text Example

White with #76452F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76452F; }

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

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

background-color css

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

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

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

border-color css

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

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

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