Html Css Color HEX #834513 Saddle Brown

📋 copy color: '#834513'

red 131 ◦ green 69 ◦ blue 19

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

Shades of Saddle Brown #834513

Tints of Saddle Brown #834513

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.51%

 BLUE value IS 19 (7.81% from 255) = 8.68%

R = 59.82%
G = 31.51%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834513 (or 0x834513) is known color: Saddle Brown. HEX triplet: 83, 45 and 13. RGB value is (131,69,19). Sum of RGB (Red+Green+Blue) = 131+69+19=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 19 (7.81% from 255 or 8.68% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #834513 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834513 is #7CBAEC. Grayscale: #525252. Windows color (decimal): -8174317 or 1262979. OLE color: 1262979.

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

Color convert

RGB 131 69 19 -
CMYK 0 0.47 0.85 0.49
HSL 26.79º 0.75% 0.29% -
HSV(B) 26.79º 0.85% 0.51% -
XYZ 11.61 9.13 1.77 -
YUV 81.84 92.54 163.07 -
System Red Green Blue C M Y K H S L
Decimal 131 69 19 0 0.47 0.85 0.49 26.79 0.75 0.29
Hex 83 45 13 0 2F 55 31 1B 4B 1D
Octal 203 105 23 0 57 125 61 33 113 35
Binary 10000011 1000101 10011 0 101111 1010101 110001 11011 1001011 11101

Color Harmonies of #834513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834513

Black with #834513

Text Example


Text Example

White with #834513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834513; }

 p { color: rgb(131,69,19); }

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

background-color css

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

 a { background-color: rgb(131,69,19); }

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

border-color css

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

 span { border-color: rgb(131,69,19); }

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