Html Css Color HEX #843301 Saddle Brown

📋 copy color: '#843301'

red 132 ◦ green 51 ◦ blue 1

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

Shades of Saddle Brown #843301

Tints of Saddle Brown #843301

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.72%

 BLUE value IS 1 (0.78% from 255) = 0.54%

R = 71.74%
G = 27.72%
B = 0.54%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.48

RGB Variations

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

Color information

#843301 (or 0x843301) is known color: Saddle Brown. HEX triplet: 84, 33 and 01. RGB value is (132,51,1). Sum of RGB (Red+Green+Blue) = 132+51+1=184 (24% of max value = 765). Red value is 132 (51.95% from 255 or 71.74% from 184); Green value is 51 (20.31% from 255 or 27.72% from 184); Blue value is 1 (0.78% from 255 or 0.54% from 184); Max value from RGB is 132 - color contains mainly: red. Hex color #843301 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843301 is #7BCCFE. Grayscale: #454545. Windows color (decimal): -8113407 or 78724. OLE color: 78724.

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

Color convert

RGB 132 51 1 -
CMYK 0 0.61 0.99 0.48
HSL 22.9º 0.98% 0.26% -
HSV(B) 22.9º 0.99% 0.52% -
XYZ 10.71 7.28 0.87 -
YUV 69.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 132 51 1 0 0.61 0.99 0.48 22.9 0.98 0.26
Hex 84 33 1 0 3D 63 30 17 62 1A
Octal 204 63 1 0 75 143 60 27 142 32
Binary 10000100 110011 1 0 111101 1100011 110000 10111 1100010 11010

Color Harmonies of #843301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843301

Black with #843301

Text Example


Text Example

White with #843301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843301; }

 p { color: rgb(132,51,1); }

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

background-color css

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

 a { background-color: rgb(132,51,1); }

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

border-color css

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

 span { border-color: rgb(132,51,1); }

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