Html Css Color HEX #825D01 Raw Umber

📋 copy color: '#825D01'

red 130 ◦ green 93 ◦ blue 1

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

Shades of Raw Umber #825D01

Tints of Raw Umber #825D01

RGB

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

 GREEN value IS 93 (36.72% from 255) = 41.52%

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

R = 58.04%
G = 41.52%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#825D01 (or 0x825D01) is known color: Raw Umber. HEX triplet: 82, 5D and 01. RGB value is (130,93,1). Sum of RGB (Red+Green+Blue) = 130+93+1=224 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.04% from 224); Green value is 93 (36.72% from 255 or 41.52% from 224); Blue value is 1 (0.78% from 255 or 0.45% from 224); Max value from RGB is 130 - color contains mainly: red. Hex color #825D01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825D01 is #7DA2FE. Grayscale: #5D5D5D. Windows color (decimal): -8233727 or 89474. OLE color: 89474.

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

Color convert

RGB 130 93 1 -
CMYK 0 0.28 0.99 0.49
HSL 42.79º 0.98% 0.26% -
HSV(B) 42.79º 0.99% 0.51% -
XYZ 13.13 12.58 1.76 -
YUV 93.58 75.76 153.98 -
System Red Green Blue C M Y K H S L
Decimal 130 93 1 0 0.28 0.99 0.49 42.79 0.98 0.26
Hex 82 5D 1 0 1C 63 31 2B 62 1A
Octal 202 135 1 0 34 143 61 53 142 32
Binary 10000010 1011101 1 0 11100 1100011 110001 101011 1100010 11010

Color Harmonies of #825D01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825D01

Black with #825D01

Text Example


Text Example

White with #825D01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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