Html Css Color HEX #845402 Raw Umber

📋 copy color: '#845402'

red 132 ◦ green 84 ◦ blue 2

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

Shades of Raw Umber #845402

Tints of Raw Umber #845402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.53%

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

R = 60.55%
G = 38.53%
B = 0.92%

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

#845402 (or 0x845402) is known color: Raw Umber. HEX triplet: 84, 54 and 02. RGB value is (132,84,2). Sum of RGB (Red+Green+Blue) = 132+84+2=218 (28% of max value = 765). Red value is 132 (51.95% from 255 or 60.55% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 132 - color contains mainly: red. Hex color #845402 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #845402 is #7BABFD. Grayscale: #595959. Windows color (decimal): -8104958 or 152708. OLE color: 152708.

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

Color convert

RGB 132 84 2 -
CMYK 0 0.36 0.98 0.48
HSL 37.85º 0.97% 0.26% -
HSV(B) 37.85º 0.98% 0.52% -
XYZ 12.7 11.25 1.56 -
YUV 89 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 132 84 2 0 0.36 0.98 0.48 37.85 0.97 0.26
Hex 84 54 2 0 24 62 30 26 61 1A
Octal 204 124 2 0 44 142 60 46 141 32
Binary 10000100 1010100 10 0 100100 1100010 110000 100110 1100001 11010

Color Harmonies of #845402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845402

Black with #845402

Text Example


Text Example

White with #845402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845402; }

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

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

background-color css

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

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

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

border-color css

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

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

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