Html Css Color HEX #825305 Raw Umber

📋 copy color: '#825305'

red 130 ◦ green 83 ◦ blue 5

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

Shades of Raw Umber #825305

Tints of Raw Umber #825305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.29%

R = 59.63%
G = 38.07%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#825305 (or 0x825305) is known color: Raw Umber. HEX triplet: 82, 53 and 05. RGB value is (130,83,5). Sum of RGB (Red+Green+Blue) = 130+83+5=218 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.63% from 218); Green value is 83 (32.81% from 255 or 38.07% from 218); Blue value is 5 (2.34% from 255 or 2.29% from 218); Max value from RGB is 130 - color contains mainly: red. Hex color #825305 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825305 is #7DACFA. Grayscale: #585858. Windows color (decimal): -8236283 or 349058. OLE color: 349058.

HSL color Cylindrical-coordinate representation of color #825305: hue angle of 37.44º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #825305 is Cyan = 0, Magento = 0.36, Yellow = 0.96 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 5 -
CMYK 0 0.36 0.96 0.49
HSL 37.44º 0.93% 0.26% -
HSV(B) 37.44º 0.96% 0.51% -
XYZ 12.33 10.94 1.61 -
YUV 88.16 81.07 157.84 -
System Red Green Blue C M Y K H S L
Decimal 130 83 5 0 0.36 0.96 0.49 37.44 0.93 0.26
Hex 82 53 5 0 24 60 31 25 5D 1A
Octal 202 123 5 0 44 140 61 45 135 32
Binary 10000010 1010011 101 0 100100 1100000 110001 100101 1011101 11010

Color Harmonies of #825305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825305

Black with #825305

Text Example


Text Example

White with #825305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825305; }

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

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

background-color css

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

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

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

border-color css

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

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

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