Html Css Color HEX #83400F Saddle Brown

📋 copy color: '#83400F'

red 131 ◦ green 64 ◦ blue 15

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

Shades of Saddle Brown #83400F

Tints of Saddle Brown #83400F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.48%

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

R = 62.38%
G = 30.48%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83400F (or 0x83400F) is known color: Saddle Brown. HEX triplet: 83, 40 and 0F. RGB value is (131,64,15). Sum of RGB (Red+Green+Blue) = 131+64+15=210 (27% of max value = 765). Red value is 131 (51.56% from 255 or 62.38% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 15 (6.25% from 255 or 7.14% from 210); Max value from RGB is 131 - color contains mainly: red. Hex color #83400F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83400F is #7CBFF0. Grayscale: #4E4E4E. Windows color (decimal): -8175601 or 999555. OLE color: 999555.

HSL color Cylindrical-coordinate representation of color #83400F: hue angle of 25.34º 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 #83400F is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 64 15 -
CMYK 0 0.51 0.89 0.49
HSL 25.34º 0.79% 0.29% -
HSV(B) 25.34º 0.89% 0.51% -
XYZ 11.28 8.53 1.5 -
YUV 78.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 131 64 15 0 0.51 0.89 0.49 25.34 0.79 0.29
Hex 83 40 F 0 33 59 31 19 4F 1D
Octal 203 100 17 0 63 131 61 31 117 35
Binary 10000011 1000000 1111 0 110011 1011001 110001 11001 1001111 11101

Color Harmonies of #83400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83400F

Black with #83400F

Text Example


Text Example

White with #83400F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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