Html Css Color HEX #824509 Saddle Brown

📋 copy color: '#824509'

red 130 ◦ green 69 ◦ blue 9

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

Shades of Saddle Brown #824509

Tints of Saddle Brown #824509

RGB

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

 GREEN value IS 69 (27.34% from 255) = 33.17%

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

R = 62.5%
G = 33.17%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#824509 (or 0x824509) is known color: Saddle Brown. HEX triplet: 82, 45 and 09. RGB value is (130,69,9). Sum of RGB (Red+Green+Blue) = 130+69+9=208 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.5% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 9 (3.91% from 255 or 4.33% from 208); Max value from RGB is 130 - color contains mainly: red. Hex color #824509 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824509 is #7DBAF6. Grayscale: #505050. Windows color (decimal): -8239863 or 607618. OLE color: 607618.

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

Color convert

RGB 130 69 9 -
CMYK 0 0.47 0.93 0.49
HSL 29.75º 0.87% 0.27% -
HSV(B) 29.75º 0.93% 0.51% -
XYZ 11.38 9.02 1.4 -
YUV 80.4 87.71 163.38 -
System Red Green Blue C M Y K H S L
Decimal 130 69 9 0 0.47 0.93 0.49 29.75 0.87 0.27
Hex 82 45 9 0 2F 5D 31 1E 57 1B
Octal 202 105 11 0 57 135 61 36 127 33
Binary 10000010 1000101 1001 0 101111 1011101 110001 11110 1010111 11011

Color Harmonies of #824509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824509

Black with #824509

Text Example


Text Example

White with #824509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824509; }

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

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

background-color css

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

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

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

border-color css

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

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

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