Html Css Color HEX #9F423F Roof Terracotta

📋 copy color: '#9F423F'

red 159 ◦ green 66 ◦ blue 63

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

Shades of Roof Terracotta #9F423F

Tints of Roof Terracotta #9F423F

RGB

 RED value IS 159 (62.5% from 255) = 55.21%

 GREEN value IS 66 (26.17% from 255) = 22.92%

 BLUE value IS 63 (25% from 255) = 21.88%

R = 55.21%
G = 22.92%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#9F423F (or 0x9F423F) is known color: Roof Terracotta. HEX triplet: 9F, 42 and 3F. RGB value is (159,66,63). Sum of RGB (Red+Green+Blue) = 159+66+63=288 (38% of max value = 765). Red value is 159 (62.5% from 255 or 55.21% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 159 - color contains mainly: red. Hex color #9F423F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F423F is #60BDC0. Grayscale: #5D5D5D. Windows color (decimal): -6340033 or 4145823. OLE color: 4145823.

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

Color convert

RGB 159 66 63 -
CMYK 0 0.58 0.60 0.38
HSL 1.88º 0.43% 0.44% -
HSV(B) 1.88º 0.6% 0.62% -
XYZ 17.14 11.63 6.04 -
YUV 93.47 110.81 174.74 -
System Red Green Blue C M Y K H S L
Decimal 159 66 63 0 0.58 0.60 0.38 1.88 0.43 0.44
Hex 9F 42 3F 0 3A 3C 26 2 2B 2C
Octal 237 102 77 0 72 74 46 2 53 54
Binary 10011111 1000010 111111 0 111010 111100 100110 10 101011 101100

Color Harmonies of #9F423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F423F

Black with #9F423F

Text Example


Text Example

White with #9F423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,66,63); }

 H1.HeaderClassName
 {
   color: #9F423F;
 }
 .AnyTagClassName
 {
   color: #9F423F;
 }
</style>

background-color css

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

 a { background-color: rgb(159,66,63); }

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

border-color css

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

 span { border-color: rgb(159,66,63); }

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