Html Css Color HEX #845308 Raw Umber

📋 copy color: '#845308'

red 132 ◦ green 83 ◦ blue 8

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

Shades of Raw Umber #845308

Tints of Raw Umber #845308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.59%

R = 59.19%
G = 37.22%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#845308 (or 0x845308) is known color: Raw Umber. HEX triplet: 84, 53 and 08. RGB value is (132,83,8). Sum of RGB (Red+Green+Blue) = 132+83+8=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 8 (3.52% from 255 or 3.59% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #845308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845308 is #7BACF7. Grayscale: #595959. Windows color (decimal): -8105208 or 545668. OLE color: 545668.

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

Color convert

RGB 132 83 8 -
CMYK 0 0.37 0.94 0.48
HSL 36.29º 0.89% 0.27% -
HSV(B) 36.29º 0.94% 0.52% -
XYZ 12.65 11.11 1.71 -
YUV 89.1 82.23 158.6 -
System Red Green Blue C M Y K H S L
Decimal 132 83 8 0 0.37 0.94 0.48 36.29 0.89 0.27
Hex 84 53 8 0 25 5E 30 24 59 1B
Octal 204 123 10 0 45 136 60 44 131 33
Binary 10000100 1010011 1000 0 100101 1011110 110000 100100 1011001 11011

Color Harmonies of #845308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845308

Black with #845308

Text Example


Text Example

White with #845308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845308; }

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

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

background-color css

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

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

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

border-color css

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

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

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