Html Css Color HEX #834713 Saddle Brown

📋 copy color: '#834713'

red 131 ◦ green 71 ◦ blue 19

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

Shades of Saddle Brown #834713

Tints of Saddle Brown #834713

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.13%

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

R = 59.28%
G = 32.13%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834713 (or 0x834713) is known color: Saddle Brown. HEX triplet: 83, 47 and 13. RGB value is (131,71,19). Sum of RGB (Red+Green+Blue) = 131+71+19=221 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.28% from 221); Green value is 71 (28.12% from 255 or 32.13% from 221); Blue value is 19 (7.81% from 255 or 8.60% from 221); Max value from RGB is 131 - color contains mainly: red. Hex color #834713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834713 is #7CB8EC. Grayscale: #535353. Windows color (decimal): -8173805 or 1263491. OLE color: 1263491.

HSL color Cylindrical-coordinate representation of color #834713: hue angle of 27.86º 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 #834713 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 71 19 -
CMYK 0 0.46 0.85 0.49
HSL 27.86º 0.75% 0.29% -
HSV(B) 27.86º 0.85% 0.51% -
XYZ 11.73 9.38 1.81 -
YUV 83.01 91.88 162.23 -
System Red Green Blue C M Y K H S L
Decimal 131 71 19 0 0.46 0.85 0.49 27.86 0.75 0.29
Hex 83 47 13 0 2E 55 31 1C 4B 1D
Octal 203 107 23 0 56 125 61 34 113 35
Binary 10000011 1000111 10011 0 101110 1010101 110001 11100 1001011 11101

Color Harmonies of #834713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834713

Black with #834713

Text Example


Text Example

White with #834713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834713; }

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

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

background-color css

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

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

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

border-color css

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

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

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