Html Css Color HEX #883C00 Saddle Brown

📋 copy color: '#883C00'

red 136 ◦ green 60 ◦ blue 0

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

Shades of Saddle Brown #883C00

Tints of Saddle Brown #883C00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 69.39%
G = 30.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#883C00 (or 0x883C00) is known color: Saddle Brown. HEX triplet: 88, 3C and 00. RGB value is (136,60,0). Sum of RGB (Red+Green+Blue) = 136+60+0=196 (25% of max value = 765). Red value is 136 (53.52% from 255 or 69.39% from 196); Green value is 60 (23.83% from 255 or 30.61% from 196); Blue value is 0 (0.39% from 255 or 0% from 196); Max value from RGB is 136 - color contains mainly: red. Hex color #883C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #883C00 is #77C3FF. Grayscale: #4C4C4C. Windows color (decimal): -7848960 or 15496. OLE color: 15496.

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

Color convert

RGB 136 60 0 -
CMYK 0 0.56 1 0.47
HSL 26.47º 1% 0.27% -
HSV(B) 26.47º 1% 0.53% -
XYZ 11.77 8.47 1.01 -
YUV 75.88 85.18 170.88 -
System Red Green Blue C M Y K H S L
Decimal 136 60 0 0 0.56 1 0.47 26.47 1 0.27
Hex 88 3C 0 0 38 64 2F 1A 64 1B
Octal 210 74 0 0 70 144 57 32 144 33
Binary 10001000 111100 0 0 111000 1100100 101111 11010 1100100 11011

Color Harmonies of #883C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883C00

Black with #883C00

Text Example


Text Example

White with #883C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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