Html Css Color HEX #824105 Saddle Brown

📋 copy color: '#824105'

red 130 ◦ green 65 ◦ blue 5

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

Shades of Saddle Brown #824105

Tints of Saddle Brown #824105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.5%

R = 65%
G = 32.5%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#824105 (or 0x824105) is known color: Saddle Brown. HEX triplet: 82, 41 and 05. RGB value is (130,65,5). Sum of RGB (Red+Green+Blue) = 130+65+5=200 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65% from 200); Green value is 65 (25.78% from 255 or 32.5% from 200); Blue value is 5 (2.34% from 255 or 2.5% from 200); Max value from RGB is 130 - color contains mainly: red. Hex color #824105 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824105 is #7DBEFA. Grayscale: #4D4D4D. Windows color (decimal): -8240891 or 344450. OLE color: 344450.

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

Color convert

RGB 130 65 5 -
CMYK 0 0.50 0.96 0.49
HSL 28.8º 0.93% 0.26% -
HSV(B) 28.8º 0.96% 0.51% -
XYZ 11.12 8.54 1.21 -
YUV 77.6 87.03 165.38 -
System Red Green Blue C M Y K H S L
Decimal 130 65 5 0 0.50 0.96 0.49 28.8 0.93 0.26
Hex 82 41 5 0 32 60 31 1D 5D 1A
Octal 202 101 5 0 62 140 61 35 135 32
Binary 10000010 1000001 101 0 110010 1100000 110001 11101 1011101 11010

Color Harmonies of #824105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824105

Black with #824105

Text Example


Text Example

White with #824105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824105; }

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

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

background-color css

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

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

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

border-color css

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

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

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