Html Css Color HEX #833714 Saddle Brown

📋 copy color: '#833714'

red 131 ◦ green 55 ◦ blue 20

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

Shades of Saddle Brown #833714

Tints of Saddle Brown #833714

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.7%

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

R = 63.59%
G = 26.7%
B = 9.71%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.49

RGB Variations

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

Color information

#833714 (or 0x833714) is known color: Saddle Brown. HEX triplet: 83, 37 and 14. RGB value is (131,55,20). Sum of RGB (Red+Green+Blue) = 131+55+20=206 (27% of max value = 765). Red value is 131 (51.56% from 255 or 63.59% from 206); Green value is 55 (21.88% from 255 or 26.70% from 206); Blue value is 20 (8.20% from 255 or 9.71% from 206); Max value from RGB is 131 - color contains mainly: red. Hex color #833714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #833714 is #7CC8EB. Grayscale: #494949. Windows color (decimal): -8177900 or 1324931. OLE color: 1324931.

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

Color convert

RGB 131 55 20 -
CMYK 0 0.58 0.85 0.49
HSL 18.92º 0.74% 0.3% -
HSV(B) 18.92º 0.85% 0.51% -
XYZ 10.85 7.61 1.56 -
YUV 73.73 97.68 168.85 -
System Red Green Blue C M Y K H S L
Decimal 131 55 20 0 0.58 0.85 0.49 18.92 0.74 0.3
Hex 83 37 14 0 3A 55 31 13 4A 1E
Octal 203 67 24 0 72 125 61 23 112 36
Binary 10000011 110111 10100 0 111010 1010101 110001 10011 1001010 11110

Color Harmonies of #833714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #833714

Black with #833714

Text Example


Text Example

White with #833714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #833714; }

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

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

background-color css

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

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

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

border-color css

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

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

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