Html Css Color HEX #825401 Raw Umber

📋 copy color: '#825401'

red 130 ◦ green 84 ◦ blue 1

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

Shades of Raw Umber #825401

Tints of Raw Umber #825401

RGB

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

 GREEN value IS 84 (33.2% from 255) = 39.07%

 BLUE value IS 1 (0.78% from 255) = 0.47%

R = 60.47%
G = 39.07%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#825401 (or 0x825401) is known color: Raw Umber. HEX triplet: 82, 54 and 01. RGB value is (130,84,1). Sum of RGB (Red+Green+Blue) = 130+84+1=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #825401 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825401 is #7DABFE. Grayscale: #585858. Windows color (decimal): -8236031 or 87170. OLE color: 87170.

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

Color convert

RGB 130 84 1 -
CMYK 0 0.35 0.99 0.49
HSL 38.6º 0.98% 0.26% -
HSV(B) 38.6º 0.99% 0.51% -
XYZ 12.38 11.09 1.52 -
YUV 88.29 78.74 157.75 -
System Red Green Blue C M Y K H S L
Decimal 130 84 1 0 0.35 0.99 0.49 38.6 0.98 0.26
Hex 82 54 1 0 23 63 31 27 62 1A
Octal 202 124 1 0 43 143 61 47 142 32
Binary 10000010 1010100 1 0 100011 1100011 110001 100111 1100010 11010

Color Harmonies of #825401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825401

Black with #825401

Text Example


Text Example

White with #825401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825401; }

 p { color: rgb(130,84,1); }

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

background-color css

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

 a { background-color: rgb(130,84,1); }

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

border-color css

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

 span { border-color: rgb(130,84,1); }

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