Html Css Color HEX #825107 Raw Umber

📋 copy color: '#825107'

red 130 ◦ green 81 ◦ blue 7

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

Shades of Raw Umber #825107

Tints of Raw Umber #825107

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.16%

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

R = 59.63%
G = 37.16%
B = 3.21%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#825107 (or 0x825107) is known color: Raw Umber. HEX triplet: 82, 51 and 07. RGB value is (130,81,7). Sum of RGB (Red+Green+Blue) = 130+81+7=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 81 (32.03% from 255 or 37.16% from 218); Blue value is 7 (3.12% from 255 or 3.21% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825107 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825107 is #7DAEF8. Grayscale: #575757. Windows color (decimal): -8236793 or 479618. OLE color: 479618.

HSL color Cylindrical-coordinate representation of color #825107: hue angle of 36.1º 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 #825107 is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 81 7 -
CMYK 0 0.38 0.95 0.49
HSL 36.1º 0.9% 0.27% -
HSV(B) 36.1º 0.95% 0.51% -
XYZ 12.19 10.65 1.61 -
YUV 87.22 82.73 158.52 -
System Red Green Blue C M Y K H S L
Decimal 130 81 7 0 0.38 0.95 0.49 36.1 0.9 0.27
Hex 82 51 7 0 26 5F 31 24 5A 1B
Octal 202 121 7 0 46 137 61 44 132 33
Binary 10000010 1010001 111 0 100110 1011111 110001 100100 1011010 11011

Color Harmonies of #825107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825107

Black with #825107

Text Example


Text Example

White with #825107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825107; }

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

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

background-color css

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

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

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

border-color css

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

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

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