Html Css Color HEX #76551C Raw Umber

📋 copy color: '#76551C'

red 118 ◦ green 85 ◦ blue 28

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

Shades of Raw Umber #76551C

Tints of Raw Umber #76551C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.8%

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

R = 51.08%
G = 36.8%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#76551C (or 0x76551C) is known color: Raw Umber. HEX triplet: 76, 55 and 1C. RGB value is (118,85,28). Sum of RGB (Red+Green+Blue) = 118+85+28=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 28 (11.33% from 255 or 12.12% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #76551C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76551C is #89AAE3. Grayscale: #585858. Windows color (decimal): -9022180 or 1856886. OLE color: 1856886.

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

Color convert

RGB 118 85 28 -
CMYK 0 0.28 0.76 0.54
HSL 38º 0.62% 0.29% -
HSV(B) 38º 0.76% 0.46% -
XYZ 10.93 10.43 2.54 -
YUV 88.37 93.93 149.13 -
System Red Green Blue C M Y K H S L
Decimal 118 85 28 0 0.28 0.76 0.54 38 0.62 0.29
Hex 76 55 1C 0 1C 4C 36 26 3E 1D
Octal 166 125 34 0 34 114 66 46 76 35
Binary 1110110 1010101 11100 0 11100 1001100 110110 100110 111110 11101

Color Harmonies of #76551C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76551C

Black with #76551C

Text Example


Text Example

White with #76551C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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