Html Css Color HEX #843006 Saddle Brown

📋 copy color: '#843006'

red 132 ◦ green 48 ◦ blue 6

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

Shades of Saddle Brown #843006

Tints of Saddle Brown #843006

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.81%

 BLUE value IS 6 (2.73% from 255) = 3.23%

R = 70.97%
G = 25.81%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#843006 (or 0x843006) is known color: Saddle Brown. HEX triplet: 84, 30 and 06. RGB value is (132,48,6). Sum of RGB (Red+Green+Blue) = 132+48+6=186 (24% of max value = 765). Red value is 132 (51.95% from 255 or 70.97% from 186); Green value is 48 (19.14% from 255 or 25.81% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 132 - color contains mainly: red. Hex color #843006 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843006 is #7BCFF9. Grayscale: #444444. Windows color (decimal): -8114170 or 405636. OLE color: 405636.

HSL color Cylindrical-coordinate representation of color #843006: hue angle of 20º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #843006 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 48 6 -
CMYK 0 0.64 0.95 0.48
HSL 20º 0.91% 0.27% -
HSV(B) 20º 0.95% 0.52% -
XYZ 10.61 7.03 0.97 -
YUV 68.33 92.83 173.42 -
System Red Green Blue C M Y K H S L
Decimal 132 48 6 0 0.64 0.95 0.48 20 0.91 0.27
Hex 84 30 6 0 40 5F 30 14 5B 1B
Octal 204 60 6 0 100 137 60 24 133 33
Binary 10000100 110000 110 0 1000000 1011111 110000 10100 1011011 11011

Color Harmonies of #843006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843006

Black with #843006

Text Example


Text Example

White with #843006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843006; }

 p { color: rgb(132,48,6); }

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

background-color css

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

 a { background-color: rgb(132,48,6); }

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

border-color css

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

 span { border-color: rgb(132,48,6); }

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