Html Css Color HEX #824201 Saddle Brown

📋 copy color: '#824201'

red 130 ◦ green 66 ◦ blue 1

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

Shades of Saddle Brown #824201

Tints of Saddle Brown #824201

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

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

R = 65.99%
G = 33.5%
B = 0.51%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#824201 (or 0x824201) is known color: Saddle Brown. HEX triplet: 82, 42 and 01. RGB value is (130,66,1). Sum of RGB (Red+Green+Blue) = 130+66+1=197 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.99% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 1 (0.78% from 255 or 0.51% from 197); Max value from RGB is 130 - color contains mainly: red. Hex color #824201 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824201 is #7DBDFE. Grayscale: #4E4E4E. Windows color (decimal): -8240639 or 82562. OLE color: 82562.

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

Color convert

RGB 130 66 1 -
CMYK 0 0.49 0.99 0.49
HSL 30.23º 0.98% 0.26% -
HSV(B) 30.23º 0.99% 0.51% -
XYZ 11.16 8.64 1.11 -
YUV 77.73 84.7 165.29 -
System Red Green Blue C M Y K H S L
Decimal 130 66 1 0 0.49 0.99 0.49 30.23 0.98 0.26
Hex 82 42 1 0 31 63 31 1E 62 1A
Octal 202 102 1 0 61 143 61 36 142 32
Binary 10000010 1000010 1 0 110001 1100011 110001 11110 1100010 11010

Color Harmonies of #824201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824201

Black with #824201

Text Example


Text Example

White with #824201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824201; }

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

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

background-color css

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

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

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

border-color css

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

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

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