Html Css Color HEX #825811 Raw Umber

📋 copy color: '#825811'

red 130 ◦ green 88 ◦ blue 17

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

Shades of Raw Umber #825811

Tints of Raw Umber #825811

RGB

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

 GREEN value IS 88 (34.77% from 255) = 37.45%

 BLUE value IS 17 (7.03% from 255) = 7.23%

R = 55.32%
G = 37.45%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.87

 K value IS 0.49

RGB Variations

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

Color information

#825811 (or 0x825811) is known color: Raw Umber. HEX triplet: 82, 58 and 11. RGB value is (130,88,17). Sum of RGB (Red+Green+Blue) = 130+88+17=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 88 (34.77% from 255 or 37.45% from 235); Blue value is 17 (7.03% from 255 or 7.23% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825811 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825811 is #7DA7EE. Grayscale: #5C5C5C. Windows color (decimal): -8234991 or 1136770. OLE color: 1136770.

HSL color Cylindrical-coordinate representation of color #825811: hue angle of 37.7º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #825811 is Cyan = 0, Magento = 0.32, Yellow = 0.87 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 88 17 -
CMYK 0 0.32 0.87 0.49
HSL 37.7º 0.77% 0.29% -
HSV(B) 37.7º 0.87% 0.51% -
XYZ 12.8 11.77 2.13 -
YUV 92.46 85.41 154.77 -
System Red Green Blue C M Y K H S L
Decimal 130 88 17 0 0.32 0.87 0.49 37.7 0.77 0.29
Hex 82 58 11 0 20 57 31 26 4D 1D
Octal 202 130 21 0 40 127 61 46 115 35
Binary 10000010 1011000 10001 0 100000 1010111 110001 100110 1001101 11101

Color Harmonies of #825811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825811

Black with #825811

Text Example


Text Example

White with #825811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825811; }

 p { color: rgb(130,88,17); }

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

background-color css

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

 a { background-color: rgb(130,88,17); }

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

border-color css

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

 span { border-color: rgb(130,88,17); }

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