#9E433F

Color #9E433F Roof Terracotta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Roof Terracotta #9E433F

Tints of Roof Terracotta #9E433F

Color information

#9E433F (or 0x9E433F) is unknown color: approx Roof Terracotta. HEX triplet: 9E, 43 and 3F. RGB value is (158,67,63). Sum of RGB (Red+Green+Blue) = 158+67+63=288 (38% of max value = 765). Red value is 158 (62.11% from 255 or 54.86% from 288); Green value is 67 (26.56% from 255 or 23.26% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 158 - color contains mainly: red. Hex color #9E433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E433F is #61BCC0. Grayscale: #5D5D5D. Windows color (decimal): -6405313 or 4146078. OLE color: 4146078.

HSL color Cylindrical-coordinate representation of color #9E433F: hue angle of 2.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E433F is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1586763-
CMYK00.580.600.38
HSL2.53º42.99%43.33%-
HSV(B)2.53º60.13%61.96%-
XYZ1711.646.05-
YUV93.75110.65173.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 54.86%
GREEN value IS 67 (26.56% from 255) = 23.26%
BLUE value IS 63 (25% from 255) = 21.88%
R=54.86%
G=23.26%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158676300.580.600.382.5342.9943.33
Hex9E433F03A3C2632b2b
Octal23610377072744635353
Binary100111101000011111111011101011110010011011101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E433F; }

 p { color: rgb(158,67,63); }

 H1.HeaderClassName
 {
   color: #9E433F;
 }
 .AnyTagClassName
 {
   color: #9E433F;
 }
</style>
background-color css

<style>
 a { background-color: #9E433F; }

 a { background-color: rgb(158,67,63); }

 div.DivClassName
 {
   background-color: #9E433F;
 }
 .BgClassName
 {
   background-color: #9E433F;
 }
</style>
border-color css

<style>
 span { border-color: #9E433F; }

 span { border-color: rgb(158,67,63); }

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