Html Css Color HEX #76541C Raw Umber

📋 copy color: '#76541C'

red 118 ◦ green 84 ◦ blue 28

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

Shades of Raw Umber #76541C

Tints of Raw Umber #76541C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.52%

 BLUE value IS 28 (11.33% from 255) = 12.17%

R = 51.3%
G = 36.52%
B = 12.17%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76541C (or 0x76541C) is known color: Raw Umber. HEX triplet: 76, 54 and 1C. RGB value is (118,84,28). Sum of RGB (Red+Green+Blue) = 118+84+28=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 84 (33.20% from 255 or 36.52% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76541C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76541C is #89ABE3. Grayscale: #585858. Windows color (decimal): -9022436 or 1856630. OLE color: 1856630.

HSL color Cylindrical-coordinate representation of color #76541C: hue angle of 37.33º degrees, saturation: 0.62, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76541C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 84 28 -
CMYK 0 0.29 0.76 0.54
HSL 37.33º 0.62% 0.29% -
HSV(B) 37.33º 0.76% 0.46% -
XYZ 10.85 10.28 2.51 -
YUV 87.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 118 84 28 0 0.29 0.76 0.54 37.33 0.62 0.29
Hex 76 54 1C 0 1D 4C 36 25 3E 1D
Octal 166 124 34 0 35 114 66 45 76 35
Binary 1110110 1010100 11100 0 11101 1001100 110110 100101 111110 11101

Color Harmonies of #76541C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76541C

Black with #76541C

Text Example


Text Example

White with #76541C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76541C; }

 p { color: rgb(118,84,28); }

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

background-color css

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

 a { background-color: rgb(118,84,28); }

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

border-color css

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

 span { border-color: rgb(118,84,28); }

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