Html Css Color HEX #843E00 Saddle Brown

📋 copy color: '#843E00'

red 132 ◦ green 62 ◦ blue 0

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

Shades of Saddle Brown #843E00

Tints of Saddle Brown #843E00

RGB

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

 GREEN value IS 62 (24.61% from 255) = 31.96%

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

R = 68.04%
G = 31.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 1

 K value IS 0.48

RGB Variations

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

Color information

#843E00 (or 0x843E00) is known color: Saddle Brown. HEX triplet: 84, 3E and 00. RGB value is (132,62,0). Sum of RGB (Red+Green+Blue) = 132+62+0=194 (25% of max value = 765). Red value is 132 (51.95% from 255 or 68.04% from 194); Green value is 62 (24.61% from 255 or 31.96% from 194); Blue value is 0 (0.39% from 255 or 0% from 194); Max value from RGB is 132 - color contains mainly: red. Hex color #843E00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843E00 is #7BC1FF. Grayscale: #4C4C4C. Windows color (decimal): -8110592 or 16004. OLE color: 16004.

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

Color convert

RGB 132 62 0 -
CMYK 0 0.53 1 0.48
HSL 28.18º 1% 0.26% -
HSV(B) 28.18º 1% 0.52% -
XYZ 11.24 8.35 1.02 -
YUV 75.86 85.19 168.04 -
System Red Green Blue C M Y K H S L
Decimal 132 62 0 0 0.53 1 0.48 28.18 1 0.26
Hex 84 3E 0 0 35 64 30 1C 64 1A
Octal 204 76 0 0 65 144 60 34 144 32
Binary 10000100 111110 0 0 110101 1100100 110000 11100 1100100 11010

Color Harmonies of #843E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843E00

Black with #843E00

Text Example


Text Example

White with #843E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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