Html Css Color HEX #824901 Raw Umber

📋 copy color: '#824901'

red 130 ◦ green 73 ◦ blue 1

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

Shades of Raw Umber #824901

Tints of Raw Umber #824901

RGB

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

 GREEN value IS 73 (28.91% from 255) = 35.78%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 63.73%
G = 35.78%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#824901 (or 0x824901) is known color: Raw Umber. HEX triplet: 82, 49 and 01. RGB value is (130,73,1). Sum of RGB (Red+Green+Blue) = 130+73+1=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 73 (28.91% from 255 or 35.78% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #824901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824901 is #7DB6FE. Grayscale: #525252. Windows color (decimal): -8238847 or 84354. OLE color: 84354.

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

Color convert

RGB 130 73 1 -
CMYK 0 0.44 0.99 0.49
HSL 33.49º 0.98% 0.26% -
HSV(B) 33.49º 0.99% 0.51% -
XYZ 11.59 9.51 1.25 -
YUV 81.84 82.38 162.35 -
System Red Green Blue C M Y K H S L
Decimal 130 73 1 0 0.44 0.99 0.49 33.49 0.98 0.26
Hex 82 49 1 0 2C 63 31 21 62 1A
Octal 202 111 1 0 54 143 61 41 142 32
Binary 10000010 1001001 1 0 101100 1100011 110001 100001 1100010 11010

Color Harmonies of #824901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824901

Black with #824901

Text Example


Text Example

White with #824901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824901; }

 p { color: rgb(130,73,1); }

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

background-color css

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

 a { background-color: rgb(130,73,1); }

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

border-color css

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

 span { border-color: rgb(130,73,1); }

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