Html Css Color HEX #855302 Raw Umber

📋 copy color: '#855302'

red 133 ◦ green 83 ◦ blue 2

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

Shades of Raw Umber #855302

Tints of Raw Umber #855302

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.07%

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

R = 61.01%
G = 38.07%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#855302 (or 0x855302) is known color: Raw Umber. HEX triplet: 85, 53 and 02. RGB value is (133,83,2). Sum of RGB (Red+Green+Blue) = 133+83+2=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #855302 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855302 is #7AACFD. Grayscale: #595959. Windows color (decimal): -8039678 or 152453. OLE color: 152453.

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

Color convert

RGB 133 83 2 -
CMYK 0 0.38 0.98 0.48
HSL 37.1º 0.97% 0.26% -
HSV(B) 37.1º 0.98% 0.52% -
XYZ 12.78 11.18 1.54 -
YUV 88.72 79.07 159.59 -
System Red Green Blue C M Y K H S L
Decimal 133 83 2 0 0.38 0.98 0.48 37.1 0.97 0.26
Hex 85 53 2 0 26 62 30 25 61 1A
Octal 205 123 2 0 46 142 60 45 141 32
Binary 10000101 1010011 10 0 100110 1100010 110000 100101 1100001 11010

Color Harmonies of #855302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855302

Black with #855302

Text Example


Text Example

White with #855302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855302; }

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

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

background-color css

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

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

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

border-color css

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

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

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