Html Css Color HEX #76551D Raw Umber

📋 copy color: '#76551D'

red 118 ◦ green 85 ◦ blue 29

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

Shades of Raw Umber #76551D

Tints of Raw Umber #76551D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 50.86%
G = 36.64%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#76551D (or 0x76551D) is known color: Raw Umber. HEX triplet: 76, 55 and 1D. RGB value is (118,85,29). Sum of RGB (Red+Green+Blue) = 118+85+29=232 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.86% from 232); Green value is 85 (33.59% from 255 or 36.64% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 118 - color contains mainly: red. Hex color #76551D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76551D is #89AAE2. Grayscale: #585858. Windows color (decimal): -9022179 or 1922422. OLE color: 1922422.

HSL color Cylindrical-coordinate representation of color #76551D: hue angle of 37.75º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #76551D is Cyan = 0, Magento = 0.28, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 29 -
CMYK 0 0.28 0.75 0.54
HSL 37.75º 0.61% 0.29% -
HSV(B) 37.75º 0.75% 0.46% -
XYZ 10.94 10.44 2.6 -
YUV 88.48 94.43 149.05 -
System Red Green Blue C M Y K H S L
Decimal 118 85 29 0 0.28 0.75 0.54 37.75 0.61 0.29
Hex 76 55 1D 0 1C 4B 36 26 3D 1D
Octal 166 125 35 0 34 113 66 46 75 35
Binary 1110110 1010101 11101 0 11100 1001011 110110 100110 111101 11101

Color Harmonies of #76551D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76551D

Black with #76551D

Text Example


Text Example

White with #76551D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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