Html Css Color HEX #83460D Saddle Brown

📋 copy color: '#83460D'

red 131 ◦ green 70 ◦ blue 13

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

Shades of Saddle Brown #83460D

Tints of Saddle Brown #83460D

RGB

 RED value IS 131 (51.56% from 255) = 61.21%

 GREEN value IS 70 (27.73% from 255) = 32.71%

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

R = 61.21%
G = 32.71%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#83460D (or 0x83460D) is known color: Saddle Brown. HEX triplet: 83, 46 and 0D. RGB value is (131,70,13). Sum of RGB (Red+Green+Blue) = 131+70+13=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 13 (5.47% from 255 or 6.07% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #83460D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83460D is #7CB9F2. Grayscale: #525252. Windows color (decimal): -8174067 or 870019. OLE color: 870019.

HSL color Cylindrical-coordinate representation of color #83460D: hue angle of 28.98º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #83460D is Cyan = 0, Magento = 0.47, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 13 -
CMYK 0 0.47 0.90 0.49
HSL 28.98º 0.82% 0.28% -
HSV(B) 28.98º 0.9% 0.51% -
XYZ 11.62 9.23 1.55 -
YUV 81.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 131 70 13 0 0.47 0.90 0.49 28.98 0.82 0.28
Hex 83 46 D 0 2F 5A 31 1D 52 1C
Octal 203 106 15 0 57 132 61 35 122 34
Binary 10000011 1000110 1101 0 101111 1011010 110001 11101 1010010 11100

Color Harmonies of #83460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83460D

Black with #83460D

Text Example


Text Example

White with #83460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83460D; }

 p { color: rgb(131,70,13); }

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

background-color css

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

 a { background-color: rgb(131,70,13); }

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

border-color css

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

 span { border-color: rgb(131,70,13); }

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