Html Css Color HEX #845503 Raw Umber

📋 copy color: '#845503'

red 132 ◦ green 85 ◦ blue 3

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

Shades of Raw Umber #845503

Tints of Raw Umber #845503

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 60%
G = 38.64%
B = 1.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#845503 (or 0x845503) is known color: Raw Umber. HEX triplet: 84, 55 and 03. RGB value is (132,85,3). Sum of RGB (Red+Green+Blue) = 132+85+3=220 (29% of max value = 765). Red value is 132 (51.95% from 255 or 60% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 132 - color contains mainly: red. Hex color #845503 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845503 is #7BAAFC. Grayscale: #5A5A5A. Windows color (decimal): -8104701 or 218500. OLE color: 218500.

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

Color convert

RGB 132 85 3 -
CMYK 0 0.36 0.98 0.48
HSL 38.14º 0.96% 0.26% -
HSV(B) 38.14º 0.98% 0.52% -
XYZ 12.78 11.41 1.61 -
YUV 89.71 79.07 158.17 -
System Red Green Blue C M Y K H S L
Decimal 132 85 3 0 0.36 0.98 0.48 38.14 0.96 0.26
Hex 84 55 3 0 24 62 30 26 60 1A
Octal 204 125 3 0 44 142 60 46 140 32
Binary 10000100 1010101 11 0 100100 1100010 110000 100110 1100000 11010

Color Harmonies of #845503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845503

Black with #845503

Text Example


Text Example

White with #845503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845503; }

 p { color: rgb(132,85,3); }

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

background-color css

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

 a { background-color: rgb(132,85,3); }

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

border-color css

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

 span { border-color: rgb(132,85,3); }

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