Html Css Color HEX #824A02 Raw Umber

📋 copy color: '#824A02'

red 130 ◦ green 74 ◦ blue 2

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

Shades of Raw Umber #824A02

Tints of Raw Umber #824A02

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.92%

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

R = 63.11%
G = 35.92%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#824A02 (or 0x824A02) is known color: Raw Umber. HEX triplet: 82, 4A and 02. RGB value is (130,74,2). Sum of RGB (Red+Green+Blue) = 130+74+2=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 74 (29.30% from 255 or 35.92% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #824A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A02 is #7DB5FD. Grayscale: #525252. Windows color (decimal): -8238590 or 150146. OLE color: 150146.

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

Color convert

RGB 130 74 2 -
CMYK 0 0.43 0.98 0.49
HSL 33.75º 0.97% 0.26% -
HSV(B) 33.75º 0.98% 0.51% -
XYZ 11.67 9.65 1.3 -
YUV 82.54 82.55 161.85 -
System Red Green Blue C M Y K H S L
Decimal 130 74 2 0 0.43 0.98 0.49 33.75 0.97 0.26
Hex 82 4A 2 0 2B 62 31 22 61 1A
Octal 202 112 2 0 53 142 61 42 141 32
Binary 10000010 1001010 10 0 101011 1100010 110001 100010 1100001 11010

Color Harmonies of #824A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A02

Black with #824A02

Text Example


Text Example

White with #824A02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824A02; }

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

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

background-color css

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

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

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

border-color css

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

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

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