Html Css Color HEX #824F12 Raw Umber

📋 copy color: '#824F12'

red 130 ◦ green 79 ◦ blue 18

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

Shades of Raw Umber #824F12

Tints of Raw Umber #824F12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.93%

R = 57.27%
G = 34.8%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#824F12 (or 0x824F12) is known color: Raw Umber. HEX triplet: 82, 4F and 12. RGB value is (130,79,18). Sum of RGB (Red+Green+Blue) = 130+79+18=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 18 (7.42% from 255 or 7.93% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #824F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F12 is #7DB0ED. Grayscale: #575757. Windows color (decimal): -8237294 or 1200002. OLE color: 1200002.

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

Color convert

RGB 130 79 18 -
CMYK 0 0.39 0.86 0.49
HSL 32.68º 0.76% 0.29% -
HSV(B) 32.68º 0.86% 0.51% -
XYZ 12.11 10.38 1.94 -
YUV 87.3 88.9 158.46 -
System Red Green Blue C M Y K H S L
Decimal 130 79 18 0 0.39 0.86 0.49 32.68 0.76 0.29
Hex 82 4F 12 0 27 56 31 21 4C 1D
Octal 202 117 22 0 47 126 61 41 114 35
Binary 10000010 1001111 10010 0 100111 1010110 110001 100001 1001100 11101

Color Harmonies of #824F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F12

Black with #824F12

Text Example


Text Example

White with #824F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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