Html Css Color HEX #824F0A Raw Umber

📋 copy color: '#824F0A'

red 130 ◦ green 79 ◦ blue 10

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

Shades of Raw Umber #824F0A

Tints of Raw Umber #824F0A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 36.07%

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

R = 59.36%
G = 36.07%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#824F0A (or 0x824F0A) is known color: Raw Umber. HEX triplet: 82, 4F and 0A. RGB value is (130,79,10). Sum of RGB (Red+Green+Blue) = 130+79+10=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 79 (31.25% from 255 or 36.07% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #824F0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F0A is #7DB0F5. Grayscale: #565656. Windows color (decimal): -8237302 or 675714. OLE color: 675714.

HSL color Cylindrical-coordinate representation of color #824F0A: hue angle of 34.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 #824F0A is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 10 -
CMYK 0 0.39 0.92 0.49
HSL 34.5º 0.86% 0.27% -
HSV(B) 34.5º 0.92% 0.51% -
XYZ 12.06 10.36 1.65 -
YUV 86.38 84.9 159.11 -
System Red Green Blue C M Y K H S L
Decimal 130 79 10 0 0.39 0.92 0.49 34.5 0.86 0.27
Hex 82 4F A 0 27 5C 31 22 56 1B
Octal 202 117 12 0 47 134 61 42 126 33
Binary 10000010 1001111 1010 0 100111 1011100 110001 100010 1010110 11011

Color Harmonies of #824F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F0A

Black with #824F0A

Text Example


Text Example

White with #824F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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