Html Css Color HEX #824104 Saddle Brown

📋 copy color: '#824104'

red 130 ◦ green 65 ◦ blue 4

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

Shades of Saddle Brown #824104

Tints of Saddle Brown #824104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 65.33%
G = 32.66%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824104 (or 0x824104) is known color: Saddle Brown. HEX triplet: 82, 41 and 04. RGB value is (130,65,4). Sum of RGB (Red+Green+Blue) = 130+65+4=199 (26% of max value = 765). Red value is 130 (51.17% from 255 or 65.33% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 130 - color contains mainly: red. Hex color #824104 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824104 is #7DBEFB. Grayscale: #4D4D4D. Windows color (decimal): -8240892 or 278914. OLE color: 278914.

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

Color convert

RGB 130 65 4 -
CMYK 0 0.50 0.97 0.49
HSL 29.05º 0.94% 0.26% -
HSV(B) 29.05º 0.97% 0.51% -
XYZ 11.12 8.54 1.18 -
YUV 77.48 86.53 165.46 -
System Red Green Blue C M Y K H S L
Decimal 130 65 4 0 0.50 0.97 0.49 29.05 0.94 0.26
Hex 82 41 4 0 32 61 31 1D 5E 1A
Octal 202 101 4 0 62 141 61 35 136 32
Binary 10000010 1000001 100 0 110010 1100001 110001 11101 1011110 11010

Color Harmonies of #824104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824104

Black with #824104

Text Example


Text Example

White with #824104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824104; }

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

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

background-color css

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

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

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

border-color css

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

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

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