Html Css Color HEX #883D1B Saddle Brown

📋 copy color: '#883D1B'

red 136 ◦ green 61 ◦ blue 27

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

Shades of Saddle Brown #883D1B

Tints of Saddle Brown #883D1B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.23%

 BLUE value IS 27 (10.94% from 255) = 12.05%

R = 60.71%
G = 27.23%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#883D1B (or 0x883D1B) is known color: Saddle Brown. HEX triplet: 88, 3D and 1B. RGB value is (136,61,27). Sum of RGB (Red+Green+Blue) = 136+61+27=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 61 (24.22% from 255 or 27.23% from 224); Blue value is 27 (10.94% from 255 or 12.05% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #883D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D1B is #77C2E4. Grayscale: #4F4F4F. Windows color (decimal): -7848677 or 1785224. OLE color: 1785224.

HSL color Cylindrical-coordinate representation of color #883D1B: hue angle of 18.72º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #883D1B is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 61 27 -
CMYK 0 0.55 0.80 0.47
HSL 18.72º 0.67% 0.32% -
HSV(B) 18.72º 0.8% 0.53% -
XYZ 12.02 8.65 2.07 -
YUV 79.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 136 61 27 0 0.55 0.80 0.47 18.72 0.67 0.32
Hex 88 3D 1B 0 37 50 2F 13 43 20
Octal 210 75 33 0 67 120 57 23 103 40
Binary 10001000 111101 11011 0 110111 1010000 101111 10011 1000011 100000

Color Harmonies of #883D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D1B

Black with #883D1B

Text Example


Text Example

White with #883D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,61,27); }

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

background-color css

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

 a { background-color: rgb(136,61,27); }

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

border-color css

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

 span { border-color: rgb(136,61,27); }

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