Html Css Color HEX #825A05 Raw Umber

📋 copy color: '#825A05'

red 130 ◦ green 90 ◦ blue 5

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

Shades of Raw Umber #825A05

Tints of Raw Umber #825A05

RGB

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

 GREEN value IS 90 (35.55% from 255) = 40%

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

R = 57.78%
G = 40%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#825A05 (or 0x825A05) is known color: Raw Umber. HEX triplet: 82, 5A and 05. RGB value is (130,90,5). Sum of RGB (Red+Green+Blue) = 130+90+5=225 (29% of max value = 765). Red value is 130 (51.17% from 255 or 57.78% from 225); Green value is 90 (35.55% from 255 or 40% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 130 - color contains mainly: red. Hex color #825A05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825A05 is #7DA5FA. Grayscale: #5C5C5C. Windows color (decimal): -8234491 or 350850. OLE color: 350850.

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

Color convert

RGB 130 90 5 -
CMYK 0 0.31 0.96 0.49
HSL 40.8º 0.93% 0.26% -
HSV(B) 40.8º 0.96% 0.51% -
XYZ 12.89 12.07 1.79 -
YUV 92.27 78.75 154.91 -
System Red Green Blue C M Y K H S L
Decimal 130 90 5 0 0.31 0.96 0.49 40.8 0.93 0.26
Hex 82 5A 5 0 1F 60 31 29 5D 1A
Octal 202 132 5 0 37 140 61 51 135 32
Binary 10000010 1011010 101 0 11111 1100000 110001 101001 1011101 11010

Color Harmonies of #825A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825A05

Black with #825A05

Text Example


Text Example

White with #825A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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