Html Css Color HEX #883C0E Saddle Brown

📋 copy color: '#883C0E'

red 136 ◦ green 60 ◦ blue 14

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

Shades of Saddle Brown #883C0E

Tints of Saddle Brown #883C0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.67%

R = 64.76%
G = 28.57%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.90

 K value IS 0.47

RGB Variations

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

Color information

#883C0E (or 0x883C0E) is known color: Saddle Brown. HEX triplet: 88, 3C and 0E. RGB value is (136,60,14). Sum of RGB (Red+Green+Blue) = 136+60+14=210 (27% of max value = 765). Red value is 136 (53.52% from 255 or 64.76% from 210); Green value is 60 (23.83% from 255 or 28.57% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 136 - color contains mainly: red. Hex color #883C0E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C0E is #77C3F1. Grayscale: #4D4D4D. Windows color (decimal): -7848946 or 933000. OLE color: 933000.

HSL color Cylindrical-coordinate representation of color #883C0E: hue angle of 22.62º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #883C0E is Cyan = 0, Magento = 0.56, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 60 14 -
CMYK 0 0.56 0.90 0.47
HSL 22.62º 0.81% 0.29% -
HSV(B) 22.62º 0.9% 0.53% -
XYZ 11.85 8.5 1.43 -
YUV 77.48 92.18 169.74 -
System Red Green Blue C M Y K H S L
Decimal 136 60 14 0 0.56 0.90 0.47 22.62 0.81 0.29
Hex 88 3C E 0 38 5A 2F 17 51 1D
Octal 210 74 16 0 70 132 57 27 121 35
Binary 10001000 111100 1110 0 111000 1011010 101111 10111 1010001 11101

Color Harmonies of #883C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C0E

Black with #883C0E

Text Example


Text Example

White with #883C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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