Html Css Color HEX #823713 Saddle Brown

📋 copy color: '#823713'

red 130 ◦ green 55 ◦ blue 19

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

Shades of Saddle Brown #823713

Tints of Saddle Brown #823713

RGB

 RED value IS 130 (51.17% from 255) = 63.73%

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

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

R = 63.73%
G = 26.96%
B = 9.31%

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

#823713 (or 0x823713) is known color: Saddle Brown. HEX triplet: 82, 37 and 13. RGB value is (130,55,19). Sum of RGB (Red+Green+Blue) = 130+55+19=204 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.73% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 19 (7.81% from 255 or 9.31% from 204); Max value from RGB is 130 - color contains mainly: red. Hex color #823713 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #823713 is #7DC8EC. Grayscale: #494949. Windows color (decimal): -8243437 or 1259394. OLE color: 1259394.

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

Color convert

RGB 130 55 19 -
CMYK 0 0.58 0.85 0.49
HSL 19.46º 0.74% 0.29% -
HSV(B) 19.46º 0.85% 0.51% -
XYZ 10.69 7.53 1.51 -
YUV 73.32 97.35 168.43 -
System Red Green Blue C M Y K H S L
Decimal 130 55 19 0 0.58 0.85 0.49 19.46 0.74 0.29
Hex 82 37 13 0 3A 55 31 13 4A 1D
Octal 202 67 23 0 72 125 61 23 112 35
Binary 10000010 110111 10011 0 111010 1010101 110001 10011 1001010 11101

Color Harmonies of #823713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823713

Black with #823713

Text Example


Text Example

White with #823713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823713; }

 p { color: rgb(130,55,19); }

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

background-color css

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

 a { background-color: rgb(130,55,19); }

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

border-color css

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

 span { border-color: rgb(130,55,19); }

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