Html Css Color HEX #883714 Saddle Brown

📋 copy color: '#883714'

red 136 ◦ green 55 ◦ blue 20

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

Shades of Saddle Brown #883714

Tints of Saddle Brown #883714

RGB

 RED value IS 136 (53.52% from 255) = 64.45%

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

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

R = 64.45%
G = 26.07%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.47

RGB Variations

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

Color information

#883714 (or 0x883714) is known color: Saddle Brown. HEX triplet: 88, 37 and 14. RGB value is (136,55,20). Sum of RGB (Red+Green+Blue) = 136+55+20=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 55 (21.88% from 255 or 26.07% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #883714 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883714 is #77C8EB. Grayscale: #4B4B4B. Windows color (decimal): -7850220 or 1324936. OLE color: 1324936.

HSL color Cylindrical-coordinate representation of color #883714: hue angle of 18.1º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #883714 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 55 20 -
CMYK 0 0.60 0.85 0.47
HSL 18.1º 0.74% 0.31% -
HSV(B) 18.1º 0.85% 0.53% -
XYZ 11.65 8.02 1.6 -
YUV 75.23 96.84 171.35 -
System Red Green Blue C M Y K H S L
Decimal 136 55 20 0 0.60 0.85 0.47 18.1 0.74 0.31
Hex 88 37 14 0 3C 55 2F 12 4A 1F
Octal 210 67 24 0 74 125 57 22 112 37
Binary 10001000 110111 10100 0 111100 1010101 101111 10010 1001010 11111

Color Harmonies of #883714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883714

Black with #883714

Text Example


Text Example

White with #883714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883714; }

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

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

background-color css

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

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

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

border-color css

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

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

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