Html Css Color HEX #845A00 Raw Umber

📋 copy color: '#845A00'

red 132 ◦ green 90 ◦ blue 0

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

Shades of Raw Umber #845A00

Tints of Raw Umber #845A00

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40.54%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59.46%
G = 40.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#845A00 (or 0x845A00) is known color: Raw Umber. HEX triplet: 84, 5A and 00. RGB value is (132,90,0). Sum of RGB (Red+Green+Blue) = 132+90+0=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 90 (35.55% from 255 or 40.54% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #845A00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845A00 is #7BA5FF. Grayscale: #5C5C5C. Windows color (decimal): -8103424 or 23172. OLE color: 23172.

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

Color convert

RGB 132 90 0 -
CMYK 0 0.32 1 0.48
HSL 40.91º 1% 0.26% -
HSV(B) 40.91º 1% 0.52% -
XYZ 13.17 12.22 1.66 -
YUV 92.3 75.91 156.32 -
System Red Green Blue C M Y K H S L
Decimal 132 90 0 0 0.32 1 0.48 40.91 1 0.26
Hex 84 5A 0 0 20 64 30 29 64 1A
Octal 204 132 0 0 40 144 60 51 144 32
Binary 10000100 1011010 0 0 100000 1100100 110000 101001 1100100 11010

Color Harmonies of #845A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845A00

Black with #845A00

Text Example


Text Example

White with #845A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845A00; }

 p { color: rgb(132,90,0); }

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

background-color css

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

 a { background-color: rgb(132,90,0); }

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

border-color css

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

 span { border-color: rgb(132,90,0); }

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