Html Css Color HEX #834214 Saddle Brown

📋 copy color: '#834214'

red 131 ◦ green 66 ◦ blue 20

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

Shades of Saddle Brown #834214

Tints of Saddle Brown #834214

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.41%

 BLUE value IS 20 (8.2% from 255) = 9.22%

R = 60.37%
G = 30.41%
B = 9.22%

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

#834214 (or 0x834214) is known color: Saddle Brown. HEX triplet: 83, 42 and 14. RGB value is (131,66,20). Sum of RGB (Red+Green+Blue) = 131+66+20=217 (28% of max value = 765). Red value is 131 (51.56% from 255 or 60.37% from 217); Green value is 66 (26.17% from 255 or 30.41% from 217); Blue value is 20 (8.20% from 255 or 9.22% from 217); Max value from RGB is 131 - color contains mainly: red. Hex color #834214 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834214 is #7CBDEB. Grayscale: #505050. Windows color (decimal): -8175084 or 1327747. OLE color: 1327747.

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

Color convert

RGB 131 66 20 -
CMYK 0 0.50 0.85 0.49
HSL 24.86º 0.74% 0.3% -
HSV(B) 24.86º 0.85% 0.51% -
XYZ 11.43 8.77 1.75 -
YUV 80.19 94.03 164.24 -
System Red Green Blue C M Y K H S L
Decimal 131 66 20 0 0.50 0.85 0.49 24.86 0.74 0.3
Hex 83 42 14 0 32 55 31 19 4A 1E
Octal 203 102 24 0 62 125 61 31 112 36
Binary 10000011 1000010 10100 0 110010 1010101 110001 11001 1001010 11110

Color Harmonies of #834214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834214

Black with #834214

Text Example


Text Example

White with #834214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834214; }

 p { color: rgb(131,66,20); }

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

background-color css

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

 a { background-color: rgb(131,66,20); }

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

border-color css

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

 span { border-color: rgb(131,66,20); }

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