Html Css Color HEX #825512 Raw Umber

📋 copy color: '#825512'

red 130 ◦ green 85 ◦ blue 18

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

Shades of Raw Umber #825512

Tints of Raw Umber #825512

RGB

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

 GREEN value IS 85 (33.59% from 255) = 36.48%

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

R = 55.79%
G = 36.48%
B = 7.73%

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

#825512 (or 0x825512) is known color: Raw Umber. HEX triplet: 82, 55 and 12. RGB value is (130,85,18). Sum of RGB (Red+Green+Blue) = 130+85+18=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 85 (33.59% from 255 or 36.48% from 233); Blue value is 18 (7.42% from 255 or 7.73% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #825512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825512 is #7DAAED. Grayscale: #5B5B5B. Windows color (decimal): -8235758 or 1201538. OLE color: 1201538.

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

Color convert

RGB 130 85 18 -
CMYK 0 0.35 0.86 0.49
HSL 35.89º 0.76% 0.29% -
HSV(B) 35.89º 0.86% 0.51% -
XYZ 12.56 11.29 2.09 -
YUV 90.82 86.91 155.95 -
System Red Green Blue C M Y K H S L
Decimal 130 85 18 0 0.35 0.86 0.49 35.89 0.76 0.29
Hex 82 55 12 0 23 56 31 24 4C 1D
Octal 202 125 22 0 43 126 61 44 114 35
Binary 10000010 1010101 10010 0 100011 1010110 110001 100100 1001100 11101

Color Harmonies of #825512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825512

Black with #825512

Text Example


Text Example

White with #825512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825512; }

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

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

background-color css

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

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

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

border-color css

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

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

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