Html Css Color HEX #843F0F Saddle Brown

📋 copy color: '#843F0F'

red 132 ◦ green 63 ◦ blue 15

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

Shades of Saddle Brown #843F0F

Tints of Saddle Brown #843F0F

RGB

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

 GREEN value IS 63 (25% from 255) = 30%

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

R = 62.86%
G = 30%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.48

RGB Variations

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

Color information

#843F0F (or 0x843F0F) is known color: Saddle Brown. HEX triplet: 84, 3F and 0F. RGB value is (132,63,15). Sum of RGB (Red+Green+Blue) = 132+63+15=210 (27% of max value = 765). Red value is 132 (51.95% from 255 or 62.86% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 132 - color contains mainly: red. Hex color #843F0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843F0F is #7BC0F0. Grayscale: #4E4E4E. Windows color (decimal): -8110321 or 999300. OLE color: 999300.

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

Color convert

RGB 132 63 15 -
CMYK 0 0.52 0.89 0.48
HSL 24.62º 0.8% 0.29% -
HSV(B) 24.62º 0.89% 0.52% -
XYZ 11.38 8.5 1.49 -
YUV 78.16 92.36 166.4 -
System Red Green Blue C M Y K H S L
Decimal 132 63 15 0 0.52 0.89 0.48 24.62 0.8 0.29
Hex 84 3F F 0 34 59 30 19 50 1D
Octal 204 77 17 0 64 131 60 31 120 35
Binary 10000100 111111 1111 0 110100 1011001 110000 11001 1010000 11101

Color Harmonies of #843F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843F0F

Black with #843F0F

Text Example


Text Example

White with #843F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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