Html Css Color HEX #76531C Raw Umber

📋 copy color: '#76531C'

red 118 ◦ green 83 ◦ blue 28

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

Shades of Raw Umber #76531C

Tints of Raw Umber #76531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.24%

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

R = 51.53%
G = 36.24%
B = 12.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76531C (or 0x76531C) is known color: Raw Umber. HEX triplet: 76, 53 and 1C. RGB value is (118,83,28). Sum of RGB (Red+Green+Blue) = 118+83+28=229 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.53% from 229); Green value is 83 (32.81% from 255 or 36.24% from 229); Blue value is 28 (11.33% from 255 or 12.23% from 229); Max value from RGB is 118 - color contains mainly: red. Hex color #76531C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76531C is #89ACE3. Grayscale: #575757. Windows color (decimal): -9022692 or 1856374. OLE color: 1856374.

HSL color Cylindrical-coordinate representation of color #76531C: hue angle of 36.67º 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 #76531C is Cyan = 0, Magento = 0.30, Yellow = 0.76 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 28 -
CMYK 0 0.30 0.76 0.54
HSL 36.67º 0.62% 0.29% -
HSV(B) 36.67º 0.76% 0.46% -
XYZ 10.77 10.12 2.48 -
YUV 87.2 94.6 149.97 -
System Red Green Blue C M Y K H S L
Decimal 118 83 28 0 0.30 0.76 0.54 36.67 0.62 0.29
Hex 76 53 1C 0 1E 4C 36 25 3E 1D
Octal 166 123 34 0 36 114 66 45 76 35
Binary 1110110 1010011 11100 0 11110 1001100 110110 100101 111110 11101

Color Harmonies of #76531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76531C

Black with #76531C

Text Example


Text Example

White with #76531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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