Html Css Color HEX #825200 Raw Umber

📋 copy color: '#825200'

red 130 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #825200

Tints of Raw Umber #825200

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 61.32%
G = 38.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#825200 (or 0x825200) is known color: Raw Umber. HEX triplet: 82, 52 and 00. RGB value is (130,82,0). Sum of RGB (Red+Green+Blue) = 130+82+0=212 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.32% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 0 (0.39% from 255 or 0% from 212); Max value from RGB is 130 - color contains mainly: red. Hex color #825200 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825200 is #7DADFF. Grayscale: #575757. Windows color (decimal): -8236544 or 21122. OLE color: 21122.

HSL color Cylindrical-coordinate representation of color #825200: hue angle of 37.85º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #825200 is Cyan = 0, Magento = 0.37, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 82 0 -
CMYK 0 0.37 1 0.49
HSL 37.85º 1% 0.25% -
HSV(B) 37.85º 1% 0.51% -
XYZ 12.22 10.78 1.44 -
YUV 87 78.9 158.67 -
System Red Green Blue C M Y K H S L
Decimal 130 82 0 0 0.37 1 0.49 37.85 1 0.25
Hex 82 52 0 0 25 64 31 26 64 19
Octal 202 122 0 0 45 144 61 46 144 31
Binary 10000010 1010010 0 0 100101 1100100 110001 100110 1100100 11001

Color Harmonies of #825200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825200

Black with #825200

Text Example


Text Example

White with #825200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825200; }

 p { color: rgb(130,82,0); }

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

background-color css

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

 a { background-color: rgb(130,82,0); }

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

border-color css

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

 span { border-color: rgb(130,82,0); }

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