Html Css Color HEX #834113 Saddle Brown

📋 copy color: '#834113'

red 131 ◦ green 65 ◦ blue 19

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

Shades of Saddle Brown #834113

Tints of Saddle Brown #834113

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

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

R = 60.93%
G = 30.23%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#834113 (or 0x834113) is known color: Saddle Brown. HEX triplet: 83, 41 and 13. RGB value is (131,65,19). Sum of RGB (Red+Green+Blue) = 131+65+19=215 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.93% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 19 (7.81% from 255 or 8.84% from 215); Max value from RGB is 131 - color contains mainly: red. Hex color #834113 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834113 is #7CBEEC. Grayscale: #4F4F4F. Windows color (decimal): -8175341 or 1261955. OLE color: 1261955.

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

Color convert

RGB 131 65 19 -
CMYK 0 0.50 0.85 0.49
HSL 24.64º 0.75% 0.29% -
HSV(B) 24.64º 0.85% 0.51% -
XYZ 11.37 8.65 1.69 -
YUV 79.49 93.87 164.74 -
System Red Green Blue C M Y K H S L
Decimal 131 65 19 0 0.50 0.85 0.49 24.64 0.75 0.29
Hex 83 41 13 0 32 55 31 19 4B 1D
Octal 203 101 23 0 62 125 61 31 113 35
Binary 10000011 1000001 10011 0 110010 1010101 110001 11001 1001011 11101

Color Harmonies of #834113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834113

Black with #834113

Text Example


Text Example

White with #834113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834113; }

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

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

background-color css

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

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

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

border-color css

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

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

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