Html Css Color HEX #825500 Raw Umber

📋 copy color: '#825500'

red 130 ◦ green 85 ◦ blue 0

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

Shades of Raw Umber #825500

Tints of Raw Umber #825500

RGB

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

 GREEN value IS 85 (33.59% from 255) = 39.53%

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

R = 60.47%
G = 39.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#825500 (or 0x825500) is known color: Raw Umber. HEX triplet: 82, 55 and 00. RGB value is (130,85,0). Sum of RGB (Red+Green+Blue) = 130+85+0=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #825500 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825500 is #7DAAFF. Grayscale: #595959. Windows color (decimal): -8235776 or 21890. OLE color: 21890.

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

Color convert

RGB 130 85 0 -
CMYK 0 0.35 1 0.49
HSL 39.23º 1% 0.25% -
HSV(B) 39.23º 1% 0.51% -
XYZ 12.45 11.24 1.51 -
YUV 88.77 77.91 157.41 -
System Red Green Blue C M Y K H S L
Decimal 130 85 0 0 0.35 1 0.49 39.23 1 0.25
Hex 82 55 0 0 23 64 31 27 64 19
Octal 202 125 0 0 43 144 61 47 144 31
Binary 10000010 1010101 0 0 100011 1100100 110001 100111 1100100 11001

Color Harmonies of #825500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825500

Black with #825500

Text Example


Text Example

White with #825500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825500; }

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

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

background-color css

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

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

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

border-color css

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

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

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