Html Css Color HEX #825304 Raw Umber

📋 copy color: '#825304'

red 130 ◦ green 83 ◦ blue 4

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

Shades of Raw Umber #825304

Tints of Raw Umber #825304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.84%

R = 59.91%
G = 38.25%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#825304 (or 0x825304) is known color: Raw Umber. HEX triplet: 82, 53 and 04. RGB value is (130,83,4). Sum of RGB (Red+Green+Blue) = 130+83+4=217 (28% of max value = 765). Red value is 130 (51.17% from 255 or 59.91% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 130 - color contains mainly: red. Hex color #825304 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825304 is #7DACFB. Grayscale: #585858. Windows color (decimal): -8236284 or 283522. OLE color: 283522.

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

Color convert

RGB 130 83 4 -
CMYK 0 0.36 0.97 0.49
HSL 37.62º 0.94% 0.26% -
HSV(B) 37.62º 0.97% 0.51% -
XYZ 12.32 10.94 1.58 -
YUV 88.05 80.57 157.92 -
System Red Green Blue C M Y K H S L
Decimal 130 83 4 0 0.36 0.97 0.49 37.62 0.94 0.26
Hex 82 53 4 0 24 61 31 26 5E 1A
Octal 202 123 4 0 44 141 61 46 136 32
Binary 10000010 1010011 100 0 100100 1100001 110001 100110 1011110 11010

Color Harmonies of #825304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825304

Black with #825304

Text Example


Text Example

White with #825304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825304; }

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

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

background-color css

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

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

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

border-color css

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

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

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