Html Css Color HEX #843400 Saddle Brown

📋 copy color: '#843400'

red 132 ◦ green 52 ◦ blue 0

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

Shades of Saddle Brown #843400

Tints of Saddle Brown #843400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.26%

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

R = 71.74%
G = 28.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#843400 (or 0x843400) is known color: Saddle Brown. HEX triplet: 84, 34 and 00. RGB value is (132,52,0). Sum of RGB (Red+Green+Blue) = 132+52+0=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 0 (0.39% from 255 or 0% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #843400 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843400 is #7BCBFF. Grayscale: #464646. Windows color (decimal): -8113152 or 13444. OLE color: 13444.

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

Color convert

RGB 132 52 0 -
CMYK 0 0.61 1 0.48
HSL 23.64º 1% 0.26% -
HSV(B) 23.64º 1% 0.52% -
XYZ 10.74 7.36 0.85 -
YUV 69.99 88.5 172.23 -
System Red Green Blue C M Y K H S L
Decimal 132 52 0 0 0.61 1 0.48 23.64 1 0.26
Hex 84 34 0 0 3D 64 30 18 64 1A
Octal 204 64 0 0 75 144 60 30 144 32
Binary 10000100 110100 0 0 111101 1100100 110000 11000 1100100 11010

Color Harmonies of #843400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843400

Black with #843400

Text Example


Text Example

White with #843400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843400; }

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

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

background-color css

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

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

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

border-color css

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

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

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