Html Css Color HEX #825B04 Raw Umber

📋 copy color: '#825B04'

red 130 ◦ green 91 ◦ blue 4

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

Shades of Raw Umber #825B04

Tints of Raw Umber #825B04

RGB

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

 GREEN value IS 91 (35.94% from 255) = 40.44%

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

R = 57.78%
G = 40.44%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#825B04 (or 0x825B04) is known color: Raw Umber. HEX triplet: 82, 5B and 04. RGB value is (130,91,4). Sum of RGB (Red+Green+Blue) = 130+91+4=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 91 (35.94% from 255 or 40.44% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #825B04 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B04 is #7DA4FB. Grayscale: #5D5D5D. Windows color (decimal): -8234236 or 285570. OLE color: 285570.

HSL color Cylindrical-coordinate representation of color #825B04: hue angle of 41.43º 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 #825B04 is Cyan = 0, Magento = 0.30, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 4 -
CMYK 0 0.30 0.97 0.49
HSL 41.43º 0.94% 0.26% -
HSV(B) 41.43º 0.97% 0.51% -
XYZ 12.97 12.24 1.79 -
YUV 92.74 77.92 154.57 -
System Red Green Blue C M Y K H S L
Decimal 130 91 4 0 0.30 0.97 0.49 41.43 0.94 0.26
Hex 82 5B 4 0 1E 61 31 29 5E 1A
Octal 202 133 4 0 36 141 61 51 136 32
Binary 10000010 1011011 100 0 11110 1100001 110001 101001 1011110 11010

Color Harmonies of #825B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B04

Black with #825B04

Text Example


Text Example

White with #825B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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