Html Css Color HEX #824500 Saddle Brown

📋 copy color: '#824500'

red 130 ◦ green 69 ◦ blue 0

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

Shades of Saddle Brown #824500

Tints of Saddle Brown #824500

RGB

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

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

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

R = 65.33%
G = 34.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#824500 (or 0x824500) is known color: Saddle Brown. HEX triplet: 82, 45 and 00. RGB value is (130,69,0). Sum of RGB (Red+Green+Blue) = 130+69+0=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 69 (27.34% from 255 or 34.67% from 199); Blue value is 0 (0.39% from 255 or 0% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #824500 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824500 is #7DBAFF. Grayscale: #4F4F4F. Windows color (decimal): -8239872 or 17794. OLE color: 17794.

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

Color convert

RGB 130 69 0 -
CMYK 0 0.47 1 0.49
HSL 31.85º 1% 0.25% -
HSV(B) 31.85º 1% 0.51% -
XYZ 11.33 9 1.14 -
YUV 79.37 83.21 164.11 -
System Red Green Blue C M Y K H S L
Decimal 130 69 0 0 0.47 1 0.49 31.85 1 0.25
Hex 82 45 0 0 2F 64 31 20 64 19
Octal 202 105 0 0 57 144 61 40 144 31
Binary 10000010 1000101 0 0 101111 1100100 110001 100000 1100100 11001

Color Harmonies of #824500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824500

Black with #824500

Text Example


Text Example

White with #824500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824500; }

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

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

background-color css

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

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

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

border-color css

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

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

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