Html Css Color HEX #825412 Raw Umber

📋 copy color: '#825412'

red 130 ◦ green 84 ◦ blue 18

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

Shades of Raw Umber #825412

Tints of Raw Umber #825412

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.21%

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

R = 56.03%
G = 36.21%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#825412 (or 0x825412) is known color: Raw Umber. HEX triplet: 82, 54 and 12. RGB value is (130,84,18). Sum of RGB (Red+Green+Blue) = 130+84+18=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 84 (33.20% from 255 or 36.21% from 232); Blue value is 18 (7.42% from 255 or 7.76% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825412 is #7DABED. Grayscale: #5A5A5A. Windows color (decimal): -8236014 or 1201282. OLE color: 1201282.

HSL color Cylindrical-coordinate representation of color #825412: hue angle of 35.36º 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 #825412 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 84 18 -
CMYK 0 0.35 0.86 0.49
HSL 35.36º 0.76% 0.29% -
HSV(B) 35.36º 0.86% 0.51% -
XYZ 12.49 11.13 2.06 -
YUV 90.23 87.24 156.37 -
System Red Green Blue C M Y K H S L
Decimal 130 84 18 0 0.35 0.86 0.49 35.36 0.76 0.29
Hex 82 54 12 0 23 56 31 23 4C 1D
Octal 202 124 22 0 43 126 61 43 114 35
Binary 10000010 1010100 10010 0 100011 1010110 110001 100011 1001100 11101

Color Harmonies of #825412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825412

Black with #825412

Text Example


Text Example

White with #825412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825412; }

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

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

background-color css

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

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

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

border-color css

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

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

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