Html Css Color HEX #855300 Raw Umber

📋 copy color: '#855300'

red 133 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #855300

Tints of Raw Umber #855300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.57%
G = 38.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#855300 (or 0x855300) is known color: Raw Umber. HEX triplet: 85, 53 and 00. RGB value is (133,83,0). Sum of RGB (Red+Green+Blue) = 133+83+0=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 83 (32.81% from 255 or 38.43% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #855300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855300 is #7AACFF. Grayscale: #585858. Windows color (decimal): -8039680 or 21381. OLE color: 21381.

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

Color convert

RGB 133 83 0 -
CMYK 0 0.38 1 0.48
HSL 37.44º 1% 0.26% -
HSV(B) 37.44º 1% 0.52% -
XYZ 12.77 11.17 1.48 -
YUV 88.49 78.07 159.75 -
System Red Green Blue C M Y K H S L
Decimal 133 83 0 0 0.38 1 0.48 37.44 1 0.26
Hex 85 53 0 0 26 64 30 25 64 1A
Octal 205 123 0 0 46 144 60 45 144 32
Binary 10000101 1010011 0 0 100110 1100100 110000 100101 1100100 11010

Color Harmonies of #855300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855300

Black with #855300

Text Example


Text Example

White with #855300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855300; }

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

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

background-color css

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

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

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

border-color css

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

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

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