Html Css Color HEX #843307 Saddle Brown

📋 copy color: '#843307'

red 132 ◦ green 51 ◦ blue 7

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

Shades of Saddle Brown #843307

Tints of Saddle Brown #843307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.68%

R = 69.47%
G = 26.84%
B = 3.68%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.95

 K value IS 0.48

RGB Variations

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

Color information

#843307 (or 0x843307) is known color: Saddle Brown. HEX triplet: 84, 33 and 07. RGB value is (132,51,7). Sum of RGB (Red+Green+Blue) = 132+51+7=190 (25% of max value = 765). Red value is 132 (51.95% from 255 or 69.47% from 190); Green value is 51 (20.31% from 255 or 26.84% from 190); Blue value is 7 (3.12% from 255 or 3.68% from 190); Max value from RGB is 132 - color contains mainly: red. Hex color #843307 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843307 is #7BCCF8. Grayscale: #464646. Windows color (decimal): -8113401 or 471940. OLE color: 471940.

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

Color convert

RGB 132 51 7 -
CMYK 0 0.61 0.95 0.48
HSL 21.12º 0.9% 0.27% -
HSV(B) 21.12º 0.95% 0.52% -
XYZ 10.74 7.29 1.04 -
YUV 70.2 92.34 172.08 -
System Red Green Blue C M Y K H S L
Decimal 132 51 7 0 0.61 0.95 0.48 21.12 0.9 0.27
Hex 84 33 7 0 3D 5F 30 15 5A 1B
Octal 204 63 7 0 75 137 60 25 132 33
Binary 10000100 110011 111 0 111101 1011111 110000 10101 1011010 11011

Color Harmonies of #843307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843307

Black with #843307

Text Example


Text Example

White with #843307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #843307; }

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

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

background-color css

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

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

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

border-color css

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

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

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