Html Css Color HEX #844100 Saddle Brown

📋 copy color: '#844100'

red 132 ◦ green 65 ◦ blue 0

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

Shades of Saddle Brown #844100

Tints of Saddle Brown #844100

RGB

 RED value IS 132 (51.95% from 255) = 67.01%

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

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

R = 67.01%
G = 32.99%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#844100 (or 0x844100) is known color: Saddle Brown. HEX triplet: 84, 41 and 00. RGB value is (132,65,0). Sum of RGB (Red+Green+Blue) = 132+65+0=197 (26% of max value = 765). Red value is 132 (51.95% from 255 or 67.01% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 132 - color contains mainly: red. Hex color #844100 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844100 is #7BBEFF. Grayscale: #4D4D4D. Windows color (decimal): -8109824 or 16772. OLE color: 16772.

HSL color Cylindrical-coordinate representation of color #844100: hue angle of 29.55º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #844100 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 65 0 -
CMYK 0 0.51 1 0.48
HSL 29.55º 1% 0.26% -
HSV(B) 29.55º 1% 0.52% -
XYZ 11.41 8.69 1.08 -
YUV 77.62 84.2 166.79 -
System Red Green Blue C M Y K H S L
Decimal 132 65 0 0 0.51 1 0.48 29.55 1 0.26
Hex 84 41 0 0 33 64 30 1E 64 1A
Octal 204 101 0 0 63 144 60 36 144 32
Binary 10000100 1000001 0 0 110011 1100100 110000 11110 1100100 11010

Color Harmonies of #844100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #844100

Black with #844100

Text Example


Text Example

White with #844100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #844100; }

 p { color: rgb(132,65,0); }

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

background-color css

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

 a { background-color: rgb(132,65,0); }

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

border-color css

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

 span { border-color: rgb(132,65,0); }

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