Html Css Color HEX #83350F Saddle Brown

📋 copy color: '#83350F'

red 131 ◦ green 53 ◦ blue 15

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

Shades of Saddle Brown #83350F

Tints of Saddle Brown #83350F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.63%

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

R = 65.83%
G = 26.63%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#83350F (or 0x83350F) is known color: Saddle Brown. HEX triplet: 83, 35 and 0F. RGB value is (131,53,15). Sum of RGB (Red+Green+Blue) = 131+53+15=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 53 (21.09% from 255 or 26.63% from 199); Blue value is 15 (6.25% from 255 or 7.54% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #83350F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83350F is #7CCAF0. Grayscale: #484848. Windows color (decimal): -8178417 or 996739. OLE color: 996739.

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

Color convert

RGB 131 53 15 -
CMYK 0 0.60 0.89 0.49
HSL 19.66º 0.79% 0.29% -
HSV(B) 19.66º 0.89% 0.51% -
XYZ 10.72 7.41 1.32 -
YUV 71.99 95.84 170.09 -
System Red Green Blue C M Y K H S L
Decimal 131 53 15 0 0.60 0.89 0.49 19.66 0.79 0.29
Hex 83 35 F 0 3C 59 31 14 4F 1D
Octal 203 65 17 0 74 131 61 24 117 35
Binary 10000011 110101 1111 0 111100 1011001 110001 10100 1001111 11101

Color Harmonies of #83350F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83350F

Black with #83350F

Text Example


Text Example

White with #83350F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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