Html Css Color HEX #825C06 Raw Umber

📋 copy color: '#825C06'

red 130 ◦ green 92 ◦ blue 6

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

Shades of Raw Umber #825C06

Tints of Raw Umber #825C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.63%

R = 57.02%
G = 40.35%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#825C06 (or 0x825C06) is known color: Raw Umber. HEX triplet: 82, 5C and 06. RGB value is (130,92,6). Sum of RGB (Red+Green+Blue) = 130+92+6=228 (30% of max value = 765). Red value is 130 (51.17% from 255 or 57.02% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 6 (2.73% from 255 or 2.63% from 228); Max value from RGB is 130 - color contains mainly: red. Hex color #825C06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825C06 is #7DA3F9. Grayscale: #5D5D5D. Windows color (decimal): -8233978 or 416898. OLE color: 416898.

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

Color convert

RGB 130 92 6 -
CMYK 0 0.29 0.95 0.49
HSL 41.61º 0.91% 0.27% -
HSV(B) 41.61º 0.95% 0.51% -
XYZ 13.07 12.41 1.88 -
YUV 93.56 78.59 153.99 -
System Red Green Blue C M Y K H S L
Decimal 130 92 6 0 0.29 0.95 0.49 41.61 0.91 0.27
Hex 82 5C 6 0 1D 5F 31 2A 5B 1B
Octal 202 134 6 0 35 137 61 52 133 33
Binary 10000010 1011100 110 0 11101 1011111 110001 101010 1011011 11011

Color Harmonies of #825C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825C06

Black with #825C06

Text Example


Text Example

White with #825C06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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