Html Css Color HEX #825515 Raw Umber

📋 copy color: '#825515'

red 130 ◦ green 85 ◦ blue 21

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

Shades of Raw Umber #825515

Tints of Raw Umber #825515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.9%

R = 55.08%
G = 36.02%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#825515 (or 0x825515) is known color: Raw Umber. HEX triplet: 82, 55 and 15. RGB value is (130,85,21). Sum of RGB (Red+Green+Blue) = 130+85+21=236 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.08% from 236); Green value is 85 (33.59% from 255 or 36.02% from 236); Blue value is 21 (8.59% from 255 or 8.90% from 236); Max value from RGB is 130 - color contains mainly: red. Hex color #825515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825515 is #7DAAEA. Grayscale: #5B5B5B. Windows color (decimal): -8235755 or 1398146. OLE color: 1398146.

HSL color Cylindrical-coordinate representation of color #825515: hue angle of 35.23º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #825515 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 85 21 -
CMYK 0 0.35 0.84 0.49
HSL 35.23º 0.72% 0.3% -
HSV(B) 35.23º 0.84% 0.51% -
XYZ 12.59 11.3 2.23 -
YUV 91.16 88.41 155.7 -
System Red Green Blue C M Y K H S L
Decimal 130 85 21 0 0.35 0.84 0.49 35.23 0.72 0.3
Hex 82 55 15 0 23 54 31 23 48 1E
Octal 202 125 25 0 43 124 61 43 110 36
Binary 10000010 1010101 10101 0 100011 1010100 110001 100011 1001000 11110

Color Harmonies of #825515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825515

Black with #825515

Text Example


Text Example

White with #825515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825515; }

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

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

background-color css

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

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

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

border-color css

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

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

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