Html Css Color HEX #825D07 Raw Umber

📋 copy color: '#825D07'

red 130 ◦ green 93 ◦ blue 7

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

Shades of Raw Umber #825D07

Tints of Raw Umber #825D07

RGB

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

 GREEN value IS 93 (36.72% from 255) = 40.43%

 BLUE value IS 7 (3.13% from 255) = 3.04%

R = 56.52%
G = 40.43%
B = 3.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#825D07 (or 0x825D07) is known color: Raw Umber. HEX triplet: 82, 5D and 07. RGB value is (130,93,7). Sum of RGB (Red+Green+Blue) = 130+93+7=230 (30% of max value = 765). Red value is 130 (51.17% from 255 or 56.52% from 230); Green value is 93 (36.72% from 255 or 40.43% from 230); Blue value is 7 (3.12% from 255 or 3.04% from 230); Max value from RGB is 130 - color contains mainly: red. Hex color #825D07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D07 is #7DA2F8. Grayscale: #5E5E5E. Windows color (decimal): -8233721 or 482690. OLE color: 482690.

HSL color Cylindrical-coordinate representation of color #825D07: hue angle of 41.95º degrees, saturation: 0.9, 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 #825D07 is Cyan = 0, Magento = 0.28, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 93 7 -
CMYK 0 0.28 0.95 0.49
HSL 41.95º 0.9% 0.27% -
HSV(B) 41.95º 0.95% 0.51% -
XYZ 13.16 12.59 1.94 -
YUV 94.26 78.76 153.49 -
System Red Green Blue C M Y K H S L
Decimal 130 93 7 0 0.28 0.95 0.49 41.95 0.9 0.27
Hex 82 5D 7 0 1C 5F 31 2A 5A 1B
Octal 202 135 7 0 34 137 61 52 132 33
Binary 10000010 1011101 111 0 11100 1011111 110001 101010 1011010 11011

Color Harmonies of #825D07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D07

Black with #825D07

Text Example


Text Example

White with #825D07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(130,93,7); }

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

background-color css

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

 a { background-color: rgb(130,93,7); }

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

border-color css

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

 span { border-color: rgb(130,93,7); }

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