Html Css Color HEX #8B3C3A Tall Poppy

📋 copy color: '#8B3C3A'

red 139 ◦ green 60 ◦ blue 58

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

Shades of Tall Poppy #8B3C3A

Tints of Tall Poppy #8B3C3A

RGB

 RED value IS 139 (54.69% from 255) = 54.09%

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

 BLUE value IS 58 (23.05% from 255) = 22.57%

R = 54.09%
G = 23.35%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#8B3C3A (or 0x8B3C3A) is known color: Tall Poppy. HEX triplet: 8B, 3C and 3A. RGB value is (139,60,58). Sum of RGB (Red+Green+Blue) = 139+60+58=257 (34% of max value = 765). Red value is 139 (54.69% from 255 or 54.09% from 257); Green value is 60 (23.83% from 255 or 23.35% from 257); Blue value is 58 (23.05% from 255 or 22.57% from 257); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3C3A is #74C3C5. Grayscale: #535353. Windows color (decimal): -7652294 or 3816587. OLE color: 3816587.

HSL color Cylindrical-coordinate representation of color #8B3C3A: hue angle of 1.48º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8B3C3A is Cyan = 0, Magento = 0.57, Yellow = 0.58 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 60 58 -
CMYK 0 0.57 0.58 0.45
HSL 1.48º 0.41% 0.39% -
HSV(B) 1.48º 0.58% 0.55% -
XYZ 13.03 9.03 5.06 -
YUV 83.39 113.67 167.66 -
System Red Green Blue C M Y K H S L
Decimal 139 60 58 0 0.57 0.58 0.45 1.48 0.41 0.39
Hex 8B 3C 3A 0 39 3A 2D 1 29 27
Octal 213 74 72 0 71 72 55 1 51 47
Binary 10001011 111100 111010 0 111001 111010 101101 1 101001 100111

Color Harmonies of #8B3C3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B3C3A

Black with #8B3C3A

Text Example


Text Example

White with #8B3C3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B3C3A; }

 p { color: rgb(139,60,58); }

 H1.HeaderClassName
 {
   color: #8B3C3A;
 }
 .AnyTagClassName
 {
   color: #8B3C3A;
 }
</style>

background-color css

<style>
 a { background-color: #8B3C3A; }

 a { background-color: rgb(139,60,58); }

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

border-color css

<style>
 span { border-color: #8B3C3A; }

 span { border-color: rgb(139,60,58); }

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