Html Css Color HEX #845305 Raw Umber

📋 copy color: '#845305'

red 132 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #845305

Tints of Raw Umber #845305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 60%
G = 37.73%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#845305 (or 0x845305) is known color: Raw Umber. HEX triplet: 84, 53 and 05. RGB value is (132,83,5). Sum of RGB (Red+Green+Blue) = 132+83+5=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #845305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845305 is #7BACFA. Grayscale: #595959. Windows color (decimal): -8105211 or 349060. OLE color: 349060.

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

Color convert

RGB 132 83 5 -
CMYK 0 0.37 0.96 0.48
HSL 36.85º 0.93% 0.27% -
HSV(B) 36.85º 0.96% 0.52% -
XYZ 12.64 11.1 1.62 -
YUV 88.76 80.73 158.84 -
System Red Green Blue C M Y K H S L
Decimal 132 83 5 0 0.37 0.96 0.48 36.85 0.93 0.27
Hex 84 53 5 0 25 60 30 25 5D 1B
Octal 204 123 5 0 45 140 60 45 135 33
Binary 10000100 1010011 101 0 100101 1100000 110000 100101 1011101 11011

Color Harmonies of #845305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845305

Black with #845305

Text Example


Text Example

White with #845305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845305; }

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

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

background-color css

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

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

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

border-color css

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

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

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