Html Css Color HEX #855805 Raw Umber

📋 copy color: '#855805'

red 133 ◦ green 88 ◦ blue 5

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

Shades of Raw Umber #855805

Tints of Raw Umber #855805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 38.94%

 BLUE value IS 5 (2.34% from 255) = 2.21%

R = 58.85%
G = 38.94%
B = 2.21%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#855805 (or 0x855805) is known color: Raw Umber. HEX triplet: 85, 58 and 05. RGB value is (133,88,5). Sum of RGB (Red+Green+Blue) = 133+88+5=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 88 (34.77% from 255 or 38.94% from 226); Blue value is 5 (2.34% from 255 or 2.21% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #855805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855805 is #7AA7FA. Grayscale: #5C5C5C. Windows color (decimal): -8038395 or 350341. OLE color: 350341.

HSL color Cylindrical-coordinate representation of color #855805: hue angle of 38.91º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #855805 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 88 5 -
CMYK 0 0.34 0.96 0.48
HSL 38.91º 0.93% 0.27% -
HSV(B) 38.91º 0.96% 0.52% -
XYZ 13.19 11.98 1.76 -
YUV 91.99 78.91 157.25 -
System Red Green Blue C M Y K H S L
Decimal 133 88 5 0 0.34 0.96 0.48 38.91 0.93 0.27
Hex 85 58 5 0 22 60 30 27 5D 1B
Octal 205 130 5 0 42 140 60 47 135 33
Binary 10000101 1011000 101 0 100010 1100000 110000 100111 1011101 11011

Color Harmonies of #855805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855805

Black with #855805

Text Example


Text Example

White with #855805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855805; }

 p { color: rgb(133,88,5); }

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

background-color css

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

 a { background-color: rgb(133,88,5); }

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

border-color css

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

 span { border-color: rgb(133,88,5); }

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