Html Css Color HEX #855702 Raw Umber

📋 copy color: '#855702'

red 133 ◦ green 87 ◦ blue 2

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

Shades of Raw Umber #855702

Tints of Raw Umber #855702

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

 BLUE value IS 2 (1.17% from 255) = 0.9%

R = 59.91%
G = 39.19%
B = 0.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#855702 (or 0x855702) is known color: Raw Umber. HEX triplet: 85, 57 and 02. RGB value is (133,87,2). Sum of RGB (Red+Green+Blue) = 133+87+2=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #855702 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855702 is #7AA8FD. Grayscale: #5B5B5B. Windows color (decimal): -8038654 or 153477. OLE color: 153477.

HSL color Cylindrical-coordinate representation of color #855702: hue angle of 38.93º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #855702 is Cyan = 0, Magento = 0.35, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 2 -
CMYK 0 0.35 0.98 0.48
HSL 38.93º 0.97% 0.26% -
HSV(B) 38.93º 0.98% 0.52% -
XYZ 13.09 11.81 1.65 -
YUV 91.06 77.74 157.91 -
System Red Green Blue C M Y K H S L
Decimal 133 87 2 0 0.35 0.98 0.48 38.93 0.97 0.26
Hex 85 57 2 0 23 62 30 27 61 1A
Octal 205 127 2 0 43 142 60 47 141 32
Binary 10000101 1010111 10 0 100011 1100010 110000 100111 1100001 11010

Color Harmonies of #855702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855702

Black with #855702

Text Example


Text Example

White with #855702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855702; }

 p { color: rgb(133,87,2); }

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

background-color css

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

 a { background-color: rgb(133,87,2); }

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

border-color css

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

 span { border-color: rgb(133,87,2); }

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