Html Css Color HEX #825C0A Raw Umber

📋 copy color: '#825C0A'

red 130 ◦ green 92 ◦ blue 10

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

Shades of Raw Umber #825C0A

Tints of Raw Umber #825C0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.31%

R = 56.03%
G = 39.66%
B = 4.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#825C0A (or 0x825C0A) is known color: Raw Umber. HEX triplet: 82, 5C and 0A. RGB value is (130,92,10). Sum of RGB (Red+Green+Blue) = 130+92+10=232 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.03% from 232); Green value is 92 (36.33% from 255 or 39.66% from 232); Blue value is 10 (4.30% from 255 or 4.31% from 232); Max value from RGB is 130 - color contains mainly: red. Hex color #825C0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C0A is #7DA3F5. Grayscale: #5E5E5E. Windows color (decimal): -8233974 or 679042. OLE color: 679042.

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

Color convert

RGB 130 92 10 -
CMYK 0 0.29 0.92 0.49
HSL 41º 0.86% 0.27% -
HSV(B) 41º 0.92% 0.51% -
XYZ 13.09 12.42 2 -
YUV 94.01 80.59 153.67 -
System Red Green Blue C M Y K H S L
Decimal 130 92 10 0 0.29 0.92 0.49 41 0.86 0.27
Hex 82 5C A 0 1D 5C 31 29 56 1B
Octal 202 134 12 0 35 134 61 51 126 33
Binary 10000010 1011100 1010 0 11101 1011100 110001 101001 1010110 11011

Color Harmonies of #825C0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C0A

Black with #825C0A

Text Example


Text Example

White with #825C0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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