Html Css Color HEX #825802 Raw Umber

📋 copy color: '#825802'

red 130 ◦ green 88 ◦ blue 2

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

Shades of Raw Umber #825802

Tints of Raw Umber #825802

RGB

 RED value IS 130 (51.17% from 255) = 59.09%

 GREEN value IS 88 (34.77% from 255) = 40%

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

R = 59.09%
G = 40%
B = 0.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#825802 (or 0x825802) is known color: Raw Umber. HEX triplet: 82, 58 and 02. RGB value is (130,88,2). Sum of RGB (Red+Green+Blue) = 130+88+2=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 88 (34.77% from 255 or 40% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825802 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825802 is #7DA7FD. Grayscale: #5B5B5B. Windows color (decimal): -8235006 or 153730. OLE color: 153730.

HSL color Cylindrical-coordinate representation of color #825802: hue angle of 40.31º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #825802 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 2 -
CMYK 0 0.32 0.98 0.49
HSL 40.31º 0.97% 0.26% -
HSV(B) 40.31º 0.98% 0.51% -
XYZ 12.71 11.73 1.65 -
YUV 90.75 77.91 155.99 -
System Red Green Blue C M Y K H S L
Decimal 130 88 2 0 0.32 0.98 0.49 40.31 0.97 0.26
Hex 82 58 2 0 20 62 31 28 61 1A
Octal 202 130 2 0 40 142 61 50 141 32
Binary 10000010 1011000 10 0 100000 1100010 110001 101000 1100001 11010

Color Harmonies of #825802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825802

Black with #825802

Text Example


Text Example

White with #825802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825802; }

 p { color: rgb(130,88,2); }

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

background-color css

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

 a { background-color: rgb(130,88,2); }

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

border-color css

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

 span { border-color: rgb(130,88,2); }

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