Html Css Color HEX #824100 Saddle Brown

📋 copy color: '#824100'

red 130 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #824100

Tints of Saddle Brown #824100

RGB

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

 GREEN value IS 65 (25.78% from 255) = 33.33%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.67%
G = 33.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#824100 (or 0x824100) is known color: Saddle Brown. HEX triplet: 82, 41 and 00. RGB value is (130,65,0). Sum of RGB (Red+Green+Blue) = 130+65+0=195 (25% of max value = 765). Red value is 130 (51.17% from 255 or 66.67% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 0 (0.39% from 255 or 0% from 195); Max value from RGB is 130 - color contains mainly: red. Hex color #824100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824100 is #7DBEFF. Grayscale: #4D4D4D. Windows color (decimal): -8240896 or 16770. OLE color: 16770.

HSL color Cylindrical-coordinate representation of color #824100: hue angle of 30º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #824100 is Cyan = 0, Magento = 0.50, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 65 0 -
CMYK 0 0.50 1 0.49
HSL 30º 1% 0.25% -
HSV(B) 30º 1% 0.51% -
XYZ 11.1 8.53 1.06 -
YUV 77.03 84.53 165.79 -
System Red Green Blue C M Y K H S L
Decimal 130 65 0 0 0.50 1 0.49 30 1 0.25
Hex 82 41 0 0 32 64 31 1E 64 19
Octal 202 101 0 0 62 144 61 36 144 31
Binary 10000010 1000001 0 0 110010 1100100 110001 11110 1100100 11001

Color Harmonies of #824100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824100

Black with #824100

Text Example


Text Example

White with #824100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824100; }

 p { color: rgb(130,65,0); }

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

background-color css

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

 a { background-color: rgb(130,65,0); }

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

border-color css

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

 span { border-color: rgb(130,65,0); }

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