Html Css Color HEX #834110 Saddle Brown

📋 copy color: '#834110'

red 131 ◦ green 65 ◦ blue 16

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

Shades of Saddle Brown #834110

Tints of Saddle Brown #834110

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 61.79%
G = 30.66%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.49

RGB Variations

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

Color information

#834110 (or 0x834110) is known color: Saddle Brown. HEX triplet: 83, 41 and 10. RGB value is (131,65,16). Sum of RGB (Red+Green+Blue) = 131+65+16=212 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.79% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 131 - color contains mainly: red. Hex color #834110 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834110 is #7CBEEF. Grayscale: #4F4F4F. Windows color (decimal): -8175344 or 1065347. OLE color: 1065347.

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

Color convert

RGB 131 65 16 -
CMYK 0 0.50 0.88 0.49
HSL 25.57º 0.78% 0.29% -
HSV(B) 25.57º 0.88% 0.51% -
XYZ 11.34 8.64 1.56 -
YUV 79.15 92.37 164.98 -
System Red Green Blue C M Y K H S L
Decimal 131 65 16 0 0.50 0.88 0.49 25.57 0.78 0.29
Hex 83 41 10 0 32 58 31 1A 4E 1D
Octal 203 101 20 0 62 130 61 32 116 35
Binary 10000011 1000001 10000 0 110010 1011000 110001 11010 1001110 11101

Color Harmonies of #834110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834110

Black with #834110

Text Example


Text Example

White with #834110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834110; }

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

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

background-color css

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

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

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

border-color css

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

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

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