Html Css Color HEX #83460F Saddle Brown

📋 copy color: '#83460F'

red 131 ◦ green 70 ◦ blue 15

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

Shades of Saddle Brown #83460F

Tints of Saddle Brown #83460F

RGB

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

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

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

R = 60.65%
G = 32.41%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83460F (or 0x83460F) is known color: Saddle Brown. HEX triplet: 83, 46 and 0F. RGB value is (131,70,15). Sum of RGB (Red+Green+Blue) = 131+70+15=216 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.65% from 216); Green value is 70 (27.73% from 255 or 32.41% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 131 - color contains mainly: red. Hex color #83460F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83460F is #7CB9F0. Grayscale: #525252. Windows color (decimal): -8174065 or 1001091. OLE color: 1001091.

HSL color Cylindrical-coordinate representation of color #83460F: hue angle of 28.45º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #83460F is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 70 15 -
CMYK 0 0.47 0.89 0.49
HSL 28.45º 0.79% 0.29% -
HSV(B) 28.45º 0.89% 0.51% -
XYZ 11.64 9.24 1.62 -
YUV 81.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 131 70 15 0 0.47 0.89 0.49 28.45 0.79 0.29
Hex 83 46 F 0 2F 59 31 1C 4F 1D
Octal 203 106 17 0 57 131 61 34 117 35
Binary 10000011 1000110 1111 0 101111 1011001 110001 11100 1001111 11101

Color Harmonies of #83460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83460F

Black with #83460F

Text Example


Text Example

White with #83460F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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