Html Css Color HEX #883A16 Saddle Brown

📋 copy color: '#883A16'

red 136 ◦ green 58 ◦ blue 22

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

Shades of Saddle Brown #883A16

Tints of Saddle Brown #883A16

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.85%

 BLUE value IS 22 (8.98% from 255) = 10.19%

R = 62.96%
G = 26.85%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#883A16 (or 0x883A16) is known color: Saddle Brown. HEX triplet: 88, 3A and 16. RGB value is (136,58,22). Sum of RGB (Red+Green+Blue) = 136+58+22=216 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.96% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 136 - color contains mainly: red. Hex color #883A16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883A16 is #77C5E9. Grayscale: #4D4D4D. Windows color (decimal): -7849450 or 1456776. OLE color: 1456776.

HSL color Cylindrical-coordinate representation of color #883A16: hue angle of 18.95º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #883A16 is Cyan = 0, Magento = 0.57, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 58 22 -
CMYK 0 0.57 0.84 0.47
HSL 18.95º 0.72% 0.31% -
HSV(B) 18.95º 0.84% 0.53% -
XYZ 11.81 8.32 1.74 -
YUV 77.22 96.84 169.93 -
System Red Green Blue C M Y K H S L
Decimal 136 58 22 0 0.57 0.84 0.47 18.95 0.72 0.31
Hex 88 3A 16 0 39 54 2F 13 48 1F
Octal 210 72 26 0 71 124 57 23 110 37
Binary 10001000 111010 10110 0 111001 1010100 101111 10011 1001000 11111

Color Harmonies of #883A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883A16

Black with #883A16

Text Example


Text Example

White with #883A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #883A16; }

 p { color: rgb(136,58,22); }

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

background-color css

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

 a { background-color: rgb(136,58,22); }

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

border-color css

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

 span { border-color: rgb(136,58,22); }

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