Html Css Color HEX #85550D Raw Umber

📋 copy color: '#85550D'

red 133 ◦ green 85 ◦ blue 13

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

Shades of Raw Umber #85550D

Tints of Raw Umber #85550D

RGB

 RED value IS 133 (52.34% from 255) = 57.58%

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

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 57.58%
G = 36.8%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85550D (or 0x85550D) is known color: Raw Umber. HEX triplet: 85, 55 and 0D. RGB value is (133,85,13). Sum of RGB (Red+Green+Blue) = 133+85+13=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85550D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85550D is #7AAAF2. Grayscale: #5B5B5B. Windows color (decimal): -8039155 or 873861. OLE color: 873861.

HSL color Cylindrical-coordinate representation of color #85550D: hue angle of 36º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #85550D is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 85 13 -
CMYK 0 0.36 0.90 0.48
HSL 36º 0.82% 0.29% -
HSV(B) 36º 0.9% 0.52% -
XYZ 12.99 11.51 1.92 -
YUV 91.14 83.9 157.85 -
System Red Green Blue C M Y K H S L
Decimal 133 85 13 0 0.36 0.90 0.48 36 0.82 0.29
Hex 85 55 D 0 24 5A 30 24 52 1D
Octal 205 125 15 0 44 132 60 44 122 35
Binary 10000101 1010101 1101 0 100100 1011010 110000 100100 1010010 11101

Color Harmonies of #85550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85550D

Black with #85550D

Text Example


Text Example

White with #85550D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,85,13); }

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

background-color css

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

 a { background-color: rgb(133,85,13); }

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

border-color css

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

 span { border-color: rgb(133,85,13); }

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