Html Css Color HEX #824001 Saddle Brown

📋 copy color: '#824001'

red 130 ◦ green 64 ◦ blue 1

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

Shades of Saddle Brown #824001

Tints of Saddle Brown #824001

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.82%

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

R = 66.67%
G = 32.82%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#824001 (or 0x824001) is known color: Saddle Brown. HEX triplet: 82, 40 and 01. RGB value is (130,64,1). Sum of RGB (Red+Green+Blue) = 130+64+1=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 64 (25.39% from 255 or 32.82% from 195); Blue value is 1 (0.78% from 255 or 0.51% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #824001 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824001 is #7DBFFE. Grayscale: #4C4C4C. Windows color (decimal): -8241151 or 82050. OLE color: 82050.

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

Color convert

RGB 130 64 1 -
CMYK 0 0.51 0.99 0.49
HSL 29.3º 0.98% 0.26% -
HSV(B) 29.3º 0.99% 0.51% -
XYZ 11.04 8.41 1.07 -
YUV 76.55 85.37 166.12 -
System Red Green Blue C M Y K H S L
Decimal 130 64 1 0 0.51 0.99 0.49 29.3 0.98 0.26
Hex 82 40 1 0 33 63 31 1D 62 1A
Octal 202 100 1 0 63 143 61 35 142 32
Binary 10000010 1000000 1 0 110011 1100011 110001 11101 1100010 11010

Color Harmonies of #824001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824001

Black with #824001

Text Example


Text Example

White with #824001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824001; }

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

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

background-color css

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

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

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

border-color css

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

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

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