Html Css Color HEX #845313 Raw Umber

📋 copy color: '#845313'

red 132 ◦ green 83 ◦ blue 19

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

Shades of Raw Umber #845313

Tints of Raw Umber #845313

RGB

 RED value IS 132 (51.95% from 255) = 56.41%

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

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

R = 56.41%
G = 35.47%
B = 8.12%

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

#845313 (or 0x845313) is known color: Raw Umber. HEX triplet: 84, 53 and 13. RGB value is (132,83,19). Sum of RGB (Red+Green+Blue) = 132+83+19=234 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.41% from 234); Green value is 83 (32.81% from 255 or 35.47% from 234); Blue value is 19 (7.81% from 255 or 8.12% from 234); Max value from RGB is 132 - color contains mainly: red. Hex color #845313 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845313 is #7BACEC. Grayscale: #5A5A5A. Windows color (decimal): -8105197 or 1266564. OLE color: 1266564.

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

Color convert

RGB 132 83 19 -
CMYK 0 0.37 0.86 0.48
HSL 33.98º 0.75% 0.3% -
HSV(B) 33.98º 0.86% 0.52% -
XYZ 12.73 11.14 2.1 -
YUV 90.36 87.73 157.7 -
System Red Green Blue C M Y K H S L
Decimal 132 83 19 0 0.37 0.86 0.48 33.98 0.75 0.3
Hex 84 53 13 0 25 56 30 22 4B 1E
Octal 204 123 23 0 45 126 60 42 113 36
Binary 10000100 1010011 10011 0 100101 1010110 110000 100010 1001011 11110

Color Harmonies of #845313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845313

Black with #845313

Text Example


Text Example

White with #845313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845313; }

 p { color: rgb(132,83,19); }

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

background-color css

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

 a { background-color: rgb(132,83,19); }

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

border-color css

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

 span { border-color: rgb(132,83,19); }

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