Html Css Color HEX #883D3C Tall Poppy

📋 copy color: '#883D3C'

red 136 ◦ green 61 ◦ blue 60

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

Shades of Tall Poppy #883D3C

Tints of Tall Poppy #883D3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.35%

R = 52.92%
G = 23.74%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#883D3C (or 0x883D3C) is known color: Tall Poppy. HEX triplet: 88, 3D and 3C. RGB value is (136,61,60). Sum of RGB (Red+Green+Blue) = 136+61+60=257 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.92% from 257); Green value is 61 (24.22% from 255 or 23.74% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 136 - color contains mainly: red. Hex color #883D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883D3C is #77C2C3. Grayscale: #535353. Windows color (decimal): -7848644 or 3947912. OLE color: 3947912.

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

Color convert

RGB 136 61 60 -
CMYK 0 0.55 0.56 0.47
HSL 0.79º 0.39% 0.38% -
HSV(B) 0.79º 0.56% 0.53% -
XYZ 12.64 8.9 5.33 -
YUV 83.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 136 61 60 0 0.55 0.56 0.47 0.79 0.39 0.38
Hex 88 3D 3C 0 37 38 2F 1 27 26
Octal 210 75 74 0 67 70 57 1 47 46
Binary 10001000 111101 111100 0 110111 111000 101111 1 100111 100110

Color Harmonies of #883D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883D3C

Black with #883D3C

Text Example


Text Example

White with #883D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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