Html Css Color HEX #824B0A Raw Umber

📋 copy color: '#824B0A'

red 130 ◦ green 75 ◦ blue 10

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

Shades of Raw Umber #824B0A

Tints of Raw Umber #824B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.65%

R = 60.47%
G = 34.88%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#824B0A (or 0x824B0A) is known color: Raw Umber. HEX triplet: 82, 4B and 0A. RGB value is (130,75,10). Sum of RGB (Red+Green+Blue) = 130+75+10=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 75 (29.69% from 255 or 34.88% from 215); Blue value is 10 (4.30% from 255 or 4.65% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B0A is #7DB4F5. Grayscale: #545454. Windows color (decimal): -8238326 or 674690. OLE color: 674690.

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

Color convert

RGB 130 75 10 -
CMYK 0 0.42 0.92 0.49
HSL 32.5º 0.86% 0.27% -
HSV(B) 32.5º 0.92% 0.51% -
XYZ 11.78 9.8 1.56 -
YUV 84.04 86.22 160.79 -
System Red Green Blue C M Y K H S L
Decimal 130 75 10 0 0.42 0.92 0.49 32.5 0.86 0.27
Hex 82 4B A 0 2A 5C 31 20 56 1B
Octal 202 113 12 0 52 134 61 40 126 33
Binary 10000010 1001011 1010 0 101010 1011100 110001 100000 1010110 11011

Color Harmonies of #824B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B0A

Black with #824B0A

Text Example


Text Example

White with #824B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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