Html Css Color HEX #825504 Raw Umber

📋 copy color: '#825504'

red 130 ◦ green 85 ◦ blue 4

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

Shades of Raw Umber #825504

Tints of Raw Umber #825504

RGB

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

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

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

R = 59.36%
G = 38.81%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#825504 (or 0x825504) is known color: Raw Umber. HEX triplet: 82, 55 and 04. RGB value is (130,85,4). Sum of RGB (Red+Green+Blue) = 130+85+4=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 4 (1.95% from 255 or 1.83% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825504 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825504 is #7DAAFB. Grayscale: #595959. Windows color (decimal): -8235772 or 284034. OLE color: 284034.

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

Color convert

RGB 130 85 4 -
CMYK 0 0.35 0.97 0.49
HSL 38.57º 0.94% 0.26% -
HSV(B) 38.57º 0.97% 0.51% -
XYZ 12.48 11.25 1.63 -
YUV 89.22 79.91 157.09 -
System Red Green Blue C M Y K H S L
Decimal 130 85 4 0 0.35 0.97 0.49 38.57 0.94 0.26
Hex 82 55 4 0 23 61 31 27 5E 1A
Octal 202 125 4 0 43 141 61 47 136 32
Binary 10000010 1010101 100 0 100011 1100001 110001 100111 1011110 11010

Color Harmonies of #825504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825504

Black with #825504

Text Example


Text Example

White with #825504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825504; }

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

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

background-color css

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

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

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

border-color css

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

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

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