Html Css Color HEX #883C0F Saddle Brown

📋 copy color: '#883C0F'

red 136 ◦ green 60 ◦ blue 15

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

Shades of Saddle Brown #883C0F

Tints of Saddle Brown #883C0F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 28.44%

 BLUE value IS 15 (6.25% from 255) = 7.11%

R = 64.45%
G = 28.44%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.47

RGB Variations

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

Color information

#883C0F (or 0x883C0F) is known color: Saddle Brown. HEX triplet: 88, 3C and 0F. RGB value is (136,60,15). Sum of RGB (Red+Green+Blue) = 136+60+15=211 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.45% from 211); Green value is 60 (23.83% from 255 or 28.44% from 211); Blue value is 15 (6.25% from 255 or 7.11% from 211); Max value from RGB is 136 - color contains mainly: red. Hex color #883C0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C0F is #77C3F0. Grayscale: #4D4D4D. Windows color (decimal): -7848945 or 998536. OLE color: 998536.

HSL color Cylindrical-coordinate representation of color #883C0F: hue angle of 22.31º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #883C0F is Cyan = 0, Magento = 0.56, Yellow = 0.89 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 60 15 -
CMYK 0 0.56 0.89 0.47
HSL 22.31º 0.8% 0.3% -
HSV(B) 22.31º 0.89% 0.53% -
XYZ 11.86 8.5 1.47 -
YUV 77.59 92.68 169.66 -
System Red Green Blue C M Y K H S L
Decimal 136 60 15 0 0.56 0.89 0.47 22.31 0.8 0.3
Hex 88 3C F 0 38 59 2F 16 50 1E
Octal 210 74 17 0 70 131 57 26 120 36
Binary 10001000 111100 1111 0 111000 1011001 101111 10110 1010000 11110

Color Harmonies of #883C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C0F

Black with #883C0F

Text Example


Text Example

White with #883C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,60,15); }

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

background-color css

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

 a { background-color: rgb(136,60,15); }

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

border-color css

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

 span { border-color: rgb(136,60,15); }

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