Html Css Color HEX #824400 Saddle Brown

📋 copy color: '#824400'

red 130 ◦ green 68 ◦ blue 0

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

Shades of Saddle Brown #824400

Tints of Saddle Brown #824400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 34.34%

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

R = 65.66%
G = 34.34%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#824400 (or 0x824400) is known color: Saddle Brown. HEX triplet: 82, 44 and 00. RGB value is (130,68,0). Sum of RGB (Red+Green+Blue) = 130+68+0=198 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.66% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 0 (0.39% from 255 or 0% from 198); Max value from RGB is 130 - color contains mainly: red. Hex color #824400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824400 is #7DBBFF. Grayscale: #4F4F4F. Windows color (decimal): -8240128 or 17538. OLE color: 17538.

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

Color convert

RGB 130 68 0 -
CMYK 0 0.48 1 0.49
HSL 31.38º 1% 0.25% -
HSV(B) 31.38º 1% 0.51% -
XYZ 11.27 8.88 1.12 -
YUV 78.79 83.54 164.53 -
System Red Green Blue C M Y K H S L
Decimal 130 68 0 0 0.48 1 0.49 31.38 1 0.25
Hex 82 44 0 0 30 64 31 1F 64 19
Octal 202 104 0 0 60 144 61 37 144 31
Binary 10000010 1000100 0 0 110000 1100100 110001 11111 1100100 11001

Color Harmonies of #824400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824400

Black with #824400

Text Example


Text Example

White with #824400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824400; }

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

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

background-color css

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

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

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

border-color css

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

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

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