Html Css Color HEX #824B05 Raw Umber

📋 copy color: '#824B05'

red 130 ◦ green 75 ◦ blue 5

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

Shades of Raw Umber #824B05

Tints of Raw Umber #824B05

RGB

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

 GREEN value IS 75 (29.69% from 255) = 35.71%

 BLUE value IS 5 (2.34% from 255) = 2.38%

R = 61.9%
G = 35.71%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824B05 (or 0x824B05) is known color: Raw Umber. HEX triplet: 82, 4B and 05. RGB value is (130,75,5). Sum of RGB (Red+Green+Blue) = 130+75+5=210 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.90% from 210); Green value is 75 (29.69% from 255 or 35.71% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 130 - color contains mainly: red. Hex color #824B05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B05 is #7DB4FA. Grayscale: #535353. Windows color (decimal): -8238331 or 347010. OLE color: 347010.

HSL color Cylindrical-coordinate representation of color #824B05: hue angle of 33.6º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #824B05 is Cyan = 0, Magento = 0.42, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 75 5 -
CMYK 0 0.42 0.96 0.49
HSL 33.6º 0.93% 0.26% -
HSV(B) 33.6º 0.96% 0.51% -
XYZ 11.75 9.79 1.41 -
YUV 83.47 83.72 161.19 -
System Red Green Blue C M Y K H S L
Decimal 130 75 5 0 0.42 0.96 0.49 33.6 0.93 0.26
Hex 82 4B 5 0 2A 60 31 22 5D 1A
Octal 202 113 5 0 52 140 61 42 135 32
Binary 10000010 1001011 101 0 101010 1100000 110001 100010 1011101 11010

Color Harmonies of #824B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B05

Black with #824B05

Text Example


Text Example

White with #824B05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,75,5); }

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

background-color css

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

 a { background-color: rgb(130,75,5); }

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

border-color css

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

 span { border-color: rgb(130,75,5); }

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