Html Css Color HEX #843D0D Saddle Brown

📋 copy color: '#843D0D'

red 132 ◦ green 61 ◦ blue 13

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

Shades of Saddle Brown #843D0D

Tints of Saddle Brown #843D0D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.61%

 BLUE value IS 13 (5.47% from 255) = 6.31%

R = 64.08%
G = 29.61%
B = 6.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.48

RGB Variations

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

Color information

#843D0D (or 0x843D0D) is known color: Saddle Brown. HEX triplet: 84, 3D and 0D. RGB value is (132,61,13). Sum of RGB (Red+Green+Blue) = 132+61+13=206 (27% of max value = 765). Red value is 132 (51.95% from 255 or 64.08% from 206); Green value is 61 (24.22% from 255 or 29.61% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 132 - color contains mainly: red. Hex color #843D0D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #843D0D is #7BC2F2. Grayscale: #4D4D4D. Windows color (decimal): -8110835 or 867716. OLE color: 867716.

HSL color Cylindrical-coordinate representation of color #843D0D: hue angle of 24.2º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #843D0D is Cyan = 0, Magento = 0.54, Yellow = 0.90 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 61 13 -
CMYK 0 0.54 0.90 0.48
HSL 24.2º 0.82% 0.28% -
HSV(B) 24.2º 0.9% 0.52% -
XYZ 11.26 8.27 1.38 -
YUV 76.76 92.02 167.4 -
System Red Green Blue C M Y K H S L
Decimal 132 61 13 0 0.54 0.90 0.48 24.2 0.82 0.28
Hex 84 3D D 0 36 5A 30 18 52 1C
Octal 204 75 15 0 66 132 60 30 122 34
Binary 10000100 111101 1101 0 110110 1011010 110000 11000 1010010 11100

Color Harmonies of #843D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843D0D

Black with #843D0D

Text Example


Text Example

White with #843D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,61,13); }

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

background-color css

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

 a { background-color: rgb(132,61,13); }

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

border-color css

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

 span { border-color: rgb(132,61,13); }

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