Html Css Color HEX #855405 Raw Umber

📋 copy color: '#855405'

red 133 ◦ green 84 ◦ blue 5

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

Shades of Raw Umber #855405

Tints of Raw Umber #855405

RGB

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

 GREEN value IS 84 (33.2% from 255) = 37.84%

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

R = 59.91%
G = 37.84%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#855405 (or 0x855405) is known color: Raw Umber. HEX triplet: 85, 54 and 05. RGB value is (133,84,5). Sum of RGB (Red+Green+Blue) = 133+84+5=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 84 (33.20% from 255 or 37.84% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #855405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855405 is #7AABFA. Grayscale: #5A5A5A. Windows color (decimal): -8039419 or 349317. OLE color: 349317.

HSL color Cylindrical-coordinate representation of color #855405: hue angle of 37.03º 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 #855405 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 5 -
CMYK 0 0.37 0.96 0.48
HSL 37.03º 0.93% 0.27% -
HSV(B) 37.03º 0.96% 0.52% -
XYZ 12.87 11.34 1.65 -
YUV 89.65 80.23 158.92 -
System Red Green Blue C M Y K H S L
Decimal 133 84 5 0 0.37 0.96 0.48 37.03 0.93 0.27
Hex 85 54 5 0 25 60 30 25 5D 1B
Octal 205 124 5 0 45 140 60 45 135 33
Binary 10000101 1010100 101 0 100101 1100000 110000 100101 1011101 11011

Color Harmonies of #855405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855405

Black with #855405

Text Example


Text Example

White with #855405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855405; }

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

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

background-color css

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

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

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

border-color css

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

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

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