Html Css Color HEX #825300 Raw Umber

📋 copy color: '#825300'

red 130 ◦ green 83 ◦ blue 0

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

Shades of Raw Umber #825300

Tints of Raw Umber #825300

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.97%

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

R = 61.03%
G = 38.97%
B = 0%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#825300 (or 0x825300) is known color: Raw Umber. HEX triplet: 82, 53 and 00. RGB value is (130,83,0). Sum of RGB (Red+Green+Blue) = 130+83+0=213 (28% of max value = 765). Red value is 130 (51.17% from 255 or 61.03% from 213); Green value is 83 (32.81% from 255 or 38.97% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 130 - color contains mainly: red. Hex color #825300 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825300 is #7DACFF. Grayscale: #575757. Windows color (decimal): -8236288 or 21378. OLE color: 21378.

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

Color convert

RGB 130 83 0 -
CMYK 0 0.36 1 0.49
HSL 38.31º 1% 0.25% -
HSV(B) 38.31º 1% 0.51% -
XYZ 12.3 10.93 1.46 -
YUV 87.59 78.57 158.25 -
System Red Green Blue C M Y K H S L
Decimal 130 83 0 0 0.36 1 0.49 38.31 1 0.25
Hex 82 53 0 0 24 64 31 26 64 19
Octal 202 123 0 0 44 144 61 46 144 31
Binary 10000010 1010011 0 0 100100 1100100 110001 100110 1100100 11001

Color Harmonies of #825300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825300

Black with #825300

Text Example


Text Example

White with #825300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825300; }

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

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

background-color css

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

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

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

border-color css

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

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

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