Html Css Color HEX #834112 Saddle Brown

📋 copy color: '#834112'

red 131 ◦ green 65 ◦ blue 18

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

Shades of Saddle Brown #834112

Tints of Saddle Brown #834112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.41%

R = 61.21%
G = 30.37%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.86

 K value IS 0.49

RGB Variations

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

Color information

#834112 (or 0x834112) is known color: Saddle Brown. HEX triplet: 83, 41 and 12. RGB value is (131,65,18). Sum of RGB (Red+Green+Blue) = 131+65+18=214 (28% of max value = 765). Red value is 131 (51.56% from 255 or 61.21% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 18 (7.42% from 255 or 8.41% from 214); Max value from RGB is 131 - color contains mainly: red. Hex color #834112 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834112 is #7CBEED. Grayscale: #4F4F4F. Windows color (decimal): -8175342 or 1196419. OLE color: 1196419.

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

Color convert

RGB 131 65 18 -
CMYK 0 0.50 0.86 0.49
HSL 24.96º 0.76% 0.29% -
HSV(B) 24.96º 0.86% 0.51% -
XYZ 11.36 8.65 1.64 -
YUV 79.38 93.37 164.82 -
System Red Green Blue C M Y K H S L
Decimal 131 65 18 0 0.50 0.86 0.49 24.96 0.76 0.29
Hex 83 41 12 0 32 56 31 19 4C 1D
Octal 203 101 22 0 62 126 61 31 114 35
Binary 10000011 1000001 10010 0 110010 1010110 110001 11001 1001100 11101

Color Harmonies of #834112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834112

Black with #834112

Text Example


Text Example

White with #834112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834112; }

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

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

background-color css

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

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

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

border-color css

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

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

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