Html Css Color HEX #83340F Saddle Brown

📋 copy color: '#83340F'

red 131 ◦ green 52 ◦ blue 15

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

Shades of Saddle Brown #83340F

Tints of Saddle Brown #83340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.26%

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

R = 66.16%
G = 26.26%
B = 7.58%

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

#83340F (or 0x83340F) is known color: Saddle Brown. HEX triplet: 83, 34 and 0F. RGB value is (131,52,15). Sum of RGB (Red+Green+Blue) = 131+52+15=198 (26% of max value = 765). Red value is 131 (51.56% from 255 or 66.16% from 198); Green value is 52 (20.70% from 255 or 26.26% from 198); Blue value is 15 (6.25% from 255 or 7.58% from 198); Max value from RGB is 131 - color contains mainly: red. Hex color #83340F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #83340F is #7CCBF0. Grayscale: #474747. Windows color (decimal): -8178673 or 996483. OLE color: 996483.

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

Color convert

RGB 131 52 15 -
CMYK 0 0.60 0.89 0.49
HSL 19.14º 0.79% 0.29% -
HSV(B) 19.14º 0.89% 0.51% -
XYZ 10.67 7.32 1.3 -
YUV 71.4 96.17 170.51 -
System Red Green Blue C M Y K H S L
Decimal 131 52 15 0 0.60 0.89 0.49 19.14 0.79 0.29
Hex 83 34 F 0 3C 59 31 13 4F 1D
Octal 203 64 17 0 74 131 61 23 117 35
Binary 10000011 110100 1111 0 111100 1011001 110001 10011 1001111 11101

Color Harmonies of #83340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83340F

Black with #83340F

Text Example


Text Example

White with #83340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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