Html Css Color HEX #855310 Raw Umber

📋 copy color: '#855310'

red 133 ◦ green 83 ◦ blue 16

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

Shades of Raw Umber #855310

Tints of Raw Umber #855310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.9%

R = 57.33%
G = 35.78%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.48

RGB Variations

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

Color information

#855310 (or 0x855310) is known color: Raw Umber. HEX triplet: 85, 53 and 10. RGB value is (133,83,16). Sum of RGB (Red+Green+Blue) = 133+83+16=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 16 (6.64% from 255 or 6.90% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #855310 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855310 is #7AACEF. Grayscale: #5A5A5A. Windows color (decimal): -8039664 or 1069957. OLE color: 1069957.

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

Color convert

RGB 133 83 16 -
CMYK 0 0.38 0.88 0.48
HSL 34.36º 0.79% 0.29% -
HSV(B) 34.36º 0.88% 0.52% -
XYZ 12.86 11.21 1.98 -
YUV 90.31 86.07 158.45 -
System Red Green Blue C M Y K H S L
Decimal 133 83 16 0 0.38 0.88 0.48 34.36 0.79 0.29
Hex 85 53 10 0 26 58 30 22 4F 1D
Octal 205 123 20 0 46 130 60 42 117 35
Binary 10000101 1010011 10000 0 100110 1011000 110000 100010 1001111 11101

Color Harmonies of #855310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855310

Black with #855310

Text Example


Text Example

White with #855310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855310; }

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

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

background-color css

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

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

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

border-color css

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

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

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