Html Css Color HEX #824802 Raw Umber

📋 copy color: '#824802'

red 130 ◦ green 72 ◦ blue 2

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

Shades of Raw Umber #824802

Tints of Raw Umber #824802

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.29%

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

R = 63.73%
G = 35.29%
B = 0.98%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824802 (or 0x824802) is known color: Raw Umber. HEX triplet: 82, 48 and 02. RGB value is (130,72,2). Sum of RGB (Red+Green+Blue) = 130+72+2=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 72 (28.52% from 255 or 35.29% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #824802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824802 is #7DB7FD. Grayscale: #515151. Windows color (decimal): -8239102 or 149634. OLE color: 149634.

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

Color convert

RGB 130 72 2 -
CMYK 0 0.45 0.98 0.49
HSL 32.81º 0.97% 0.26% -
HSV(B) 32.81º 0.98% 0.51% -
XYZ 11.53 9.38 1.26 -
YUV 81.36 83.22 162.69 -
System Red Green Blue C M Y K H S L
Decimal 130 72 2 0 0.45 0.98 0.49 32.81 0.97 0.26
Hex 82 48 2 0 2D 62 31 21 61 1A
Octal 202 110 2 0 55 142 61 41 141 32
Binary 10000010 1001000 10 0 101101 1100010 110001 100001 1100001 11010

Color Harmonies of #824802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824802

Black with #824802

Text Example


Text Example

White with #824802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824802; }

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

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

background-color css

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

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

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

border-color css

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

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

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