Html Css Color HEX #824F0D Raw Umber

📋 copy color: '#824F0D'

red 130 ◦ green 79 ◦ blue 13

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

Shades of Raw Umber #824F0D

Tints of Raw Umber #824F0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 58.56%
G = 35.59%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#824F0D (or 0x824F0D) is known color: Raw Umber. HEX triplet: 82, 4F and 0D. RGB value is (130,79,13). Sum of RGB (Red+Green+Blue) = 130+79+13=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 79 (31.25% from 255 or 35.59% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #824F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F0D is #7DB0F2. Grayscale: #575757. Windows color (decimal): -8237299 or 872322. OLE color: 872322.

HSL color Cylindrical-coordinate representation of color #824F0D: hue angle of 33.85º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #824F0D is Cyan = 0, Magento = 0.39, Yellow = 0.9 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 13 -
CMYK 0 0.39 0.9 0.49
HSL 33.85º 0.82% 0.28% -
HSV(B) 33.85º 0.9% 0.51% -
XYZ 12.07 10.37 1.75 -
YUV 86.73 86.4 158.87 -
System Red Green Blue C M Y K H S L
Decimal 130 79 13 0 0.39 0.9 0.49 33.85 0.82 0.28
Hex 82 4F D 0 27 5A 31 22 52 1C
Octal 202 117 15 0 47 132 61 42 122 34
Binary 10000010 1001111 1101 0 100111 1011010 110001 100010 1010010 11100

Color Harmonies of #824F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F0D

Black with #824F0D

Text Example


Text Example

White with #824F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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