Html Css Color HEX #845002 Raw Umber

📋 copy color: '#845002'

red 132 ◦ green 80 ◦ blue 2

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

Shades of Raw Umber #845002

Tints of Raw Umber #845002

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.38%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 61.68%
G = 37.38%
B = 0.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#845002 (or 0x845002) is known color: Raw Umber. HEX triplet: 84, 50 and 02. RGB value is (132,80,2). Sum of RGB (Red+Green+Blue) = 132+80+2=214 (28% of max value = 765). Red value is 132 (51.95% from 255 or 61.68% from 214); Green value is 80 (31.64% from 255 or 37.38% from 214); Blue value is 2 (1.17% from 255 or 0.93% from 214); Max value from RGB is 132 - color contains mainly: red. Hex color #845002 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845002 is #7BAFFD. Grayscale: #575757. Windows color (decimal): -8105982 or 151684. OLE color: 151684.

HSL color Cylindrical-coordinate representation of color #845002: hue angle of 36º degrees, saturation: 0.97, 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 #845002 is Cyan = 0, Magento = 0.39, Yellow = 0.98 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 80 2 -
CMYK 0 0.39 0.98 0.48
HSL 36º 0.97% 0.26% -
HSV(B) 36º 0.98% 0.52% -
XYZ 12.4 10.65 1.46 -
YUV 86.66 80.23 160.34 -
System Red Green Blue C M Y K H S L
Decimal 132 80 2 0 0.39 0.98 0.48 36 0.97 0.26
Hex 84 50 2 0 27 62 30 24 61 1A
Octal 204 120 2 0 47 142 60 44 141 32
Binary 10000100 1010000 10 0 100111 1100010 110000 100100 1100001 11010

Color Harmonies of #845002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845002

Black with #845002

Text Example


Text Example

White with #845002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845002; }

 p { color: rgb(132,80,2); }

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

background-color css

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

 a { background-color: rgb(132,80,2); }

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

border-color css

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

 span { border-color: rgb(132,80,2); }

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