Html Css Color HEX #824809 Saddle Brown

📋 copy color: '#824809'

red 130 ◦ green 72 ◦ blue 9

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

Shades of Saddle Brown #824809

Tints of Saddle Brown #824809

RGB

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

 GREEN value IS 72 (28.52% from 255) = 34.12%

 BLUE value IS 9 (3.91% from 255) = 4.27%

R = 61.61%
G = 34.12%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#824809 (or 0x824809) is known color: Saddle Brown. HEX triplet: 82, 48 and 09. RGB value is (130,72,9). Sum of RGB (Red+Green+Blue) = 130+72+9=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 72 (28.52% from 255 or 34.12% from 211); Blue value is 9 (3.91% from 255 or 4.27% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824809 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824809 is #7DB7F6. Grayscale: #525252. Windows color (decimal): -8239095 or 608386. OLE color: 608386.

HSL color Cylindrical-coordinate representation of color #824809: hue angle of 31.24º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #824809 is Cyan = 0, Magento = 0.45, Yellow = 0.93 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 9 -
CMYK 0 0.45 0.93 0.49
HSL 31.24º 0.87% 0.27% -
HSV(B) 31.24º 0.93% 0.51% -
XYZ 11.57 9.4 1.46 -
YUV 82.16 86.72 162.12 -
System Red Green Blue C M Y K H S L
Decimal 130 72 9 0 0.45 0.93 0.49 31.24 0.87 0.27
Hex 82 48 9 0 2D 5D 31 1F 57 1B
Octal 202 110 11 0 55 135 61 37 127 33
Binary 10000010 1001000 1001 0 101101 1011101 110001 11111 1010111 11011

Color Harmonies of #824809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824809

Black with #824809

Text Example


Text Example

White with #824809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824809; }

 p { color: rgb(130,72,9); }

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

background-color css

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

 a { background-color: rgb(130,72,9); }

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

border-color css

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

 span { border-color: rgb(130,72,9); }

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