Html Css Color HEX #85560D Raw Umber

📋 copy color: '#85560D'

red 133 ◦ green 86 ◦ blue 13

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

Shades of Raw Umber #85560D

Tints of Raw Umber #85560D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.07%

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

R = 57.33%
G = 37.07%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#85560D (or 0x85560D) is known color: Raw Umber. HEX triplet: 85, 56 and 0D. RGB value is (133,86,13). Sum of RGB (Red+Green+Blue) = 133+86+13=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 86 (33.98% from 255 or 37.07% from 232); Blue value is 13 (5.47% from 255 or 5.60% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #85560D is #7AA9F2. Grayscale: #5C5C5C. Windows color (decimal): -8038899 or 874117. OLE color: 874117.

HSL color Cylindrical-coordinate representation of color #85560D: hue angle of 36.5º 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 #85560D is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 86 13 -
CMYK 0 0.35 0.90 0.48
HSL 36.5º 0.82% 0.29% -
HSV(B) 36.5º 0.9% 0.52% -
XYZ 13.07 11.67 1.94 -
YUV 91.73 83.57 157.44 -
System Red Green Blue C M Y K H S L
Decimal 133 86 13 0 0.35 0.90 0.48 36.5 0.82 0.29
Hex 85 56 D 0 23 5A 30 24 52 1D
Octal 205 126 15 0 43 132 60 44 122 35
Binary 10000101 1010110 1101 0 100011 1011010 110000 100100 1010010 11101

Color Harmonies of #85560D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85560D

Black with #85560D

Text Example


Text Example

White with #85560D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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