Html Css Color HEX #855413 Raw Umber

📋 copy color: '#855413'

red 133 ◦ green 84 ◦ blue 19

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

Shades of Raw Umber #855413

Tints of Raw Umber #855413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.05%

R = 56.36%
G = 35.59%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#855413 (or 0x855413) is known color: Raw Umber. HEX triplet: 85, 54 and 13. RGB value is (133,84,19). Sum of RGB (Red+Green+Blue) = 133+84+19=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 84 (33.20% from 255 or 35.59% from 236); Blue value is 19 (7.81% from 255 or 8.05% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #855413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #855413 is #7AABEC. Grayscale: #5B5B5B. Windows color (decimal): -8039405 or 1266821. OLE color: 1266821.

HSL color Cylindrical-coordinate representation of color #855413: hue angle of 34.21º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #855413 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 84 19 -
CMYK 0 0.37 0.86 0.48
HSL 34.21º 0.75% 0.3% -
HSV(B) 34.21º 0.86% 0.52% -
XYZ 12.96 11.37 2.13 -
YUV 91.24 87.23 157.79 -
System Red Green Blue C M Y K H S L
Decimal 133 84 19 0 0.37 0.86 0.48 34.21 0.75 0.3
Hex 85 54 13 0 25 56 30 22 4B 1E
Octal 205 124 23 0 45 126 60 42 113 36
Binary 10000101 1010100 10011 0 100101 1010110 110000 100010 1001011 11110

Color Harmonies of #855413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855413

Black with #855413

Text Example


Text Example

White with #855413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855413; }

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

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

background-color css

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

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

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

border-color css

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

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

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