Html Css Color HEX #843C0F Saddle Brown

📋 copy color: '#843C0F'

red 132 ◦ green 60 ◦ blue 15

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

Shades of Saddle Brown #843C0F

Tints of Saddle Brown #843C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.99%

 BLUE value IS 15 (6.25% from 255) = 7.25%

R = 63.77%
G = 28.99%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#843C0F (or 0x843C0F) is known color: Saddle Brown. HEX triplet: 84, 3C and 0F. RGB value is (132,60,15). Sum of RGB (Red+Green+Blue) = 132+60+15=207 (27% of max value = 765). Red value is 132 (51.95% from 255 or 63.77% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 132 - color contains mainly: red. Hex color #843C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843C0F is #7BC3F0. Grayscale: #4C4C4C. Windows color (decimal): -8111089 or 998532. OLE color: 998532.

HSL color Cylindrical-coordinate representation of color #843C0F: hue angle of 23.08º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #843C0F is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 60 15 -
CMYK 0 0.55 0.89 0.48
HSL 23.08º 0.8% 0.29% -
HSV(B) 23.08º 0.89% 0.52% -
XYZ 11.22 8.17 1.44 -
YUV 76.4 93.35 167.66 -
System Red Green Blue C M Y K H S L
Decimal 132 60 15 0 0.55 0.89 0.48 23.08 0.8 0.29
Hex 84 3C F 0 37 59 30 17 50 1D
Octal 204 74 17 0 67 131 60 27 120 35
Binary 10000100 111100 1111 0 110111 1011001 110000 10111 1010000 11101

Color Harmonies of #843C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843C0F

Black with #843C0F

Text Example


Text Example

White with #843C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,60,15); }

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

background-color css

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

 a { background-color: rgb(132,60,15); }

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

border-color css

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

 span { border-color: rgb(132,60,15); }

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