Html Css Color HEX #825C05 Raw Umber

📋 copy color: '#825C05'

red 130 ◦ green 92 ◦ blue 5

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

Shades of Raw Umber #825C05

Tints of Raw Umber #825C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 40.53%

 BLUE value IS 5 (2.34% from 255) = 2.2%

R = 57.27%
G = 40.53%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#825C05 (or 0x825C05) is known color: Raw Umber. HEX triplet: 82, 5C and 05. RGB value is (130,92,5). Sum of RGB (Red+Green+Blue) = 130+92+5=227 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.27% from 227); Green value is 92 (36.33% from 255 or 40.53% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 130 - color contains mainly: red. Hex color #825C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C05 is #7DA3FA. Grayscale: #5D5D5D. Windows color (decimal): -8233979 or 351362. OLE color: 351362.

HSL color Cylindrical-coordinate representation of color #825C05: hue angle of 41.76º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #825C05 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 92 5 -
CMYK 0 0.29 0.96 0.49
HSL 41.76º 0.93% 0.26% -
HSV(B) 41.76º 0.96% 0.51% -
XYZ 13.06 12.41 1.85 -
YUV 93.44 78.09 154.07 -
System Red Green Blue C M Y K H S L
Decimal 130 92 5 0 0.29 0.96 0.49 41.76 0.93 0.26
Hex 82 5C 5 0 1D 60 31 2A 5D 1A
Octal 202 134 5 0 35 140 61 52 135 32
Binary 10000010 1011100 101 0 11101 1100000 110001 101010 1011101 11010

Color Harmonies of #825C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C05

Black with #825C05

Text Example


Text Example

White with #825C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825C05; }

 p { color: rgb(130,92,5); }

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

background-color css

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

 a { background-color: rgb(130,92,5); }

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

border-color css

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

 span { border-color: rgb(130,92,5); }

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