Html Css Color HEX #953F1C Fire

📋 copy color: '#953F1C'

red 149 ◦ green 63 ◦ blue 28

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

Shades of Fire #953F1C

Tints of Fire #953F1C

RGB

 RED value IS 149 (58.59% from 255) = 62.08%

 GREEN value IS 63 (25% from 255) = 26.25%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 62.08%
G = 26.25%
B = 11.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.42

RGB Variations

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

Color information

#953F1C (or 0x953F1C) is known color: Fire. HEX triplet: 95, 3F and 1C. RGB value is (149,63,28). Sum of RGB (Red+Green+Blue) = 149+63+28=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 63 (25% from 255 or 26.25% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #953F1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F1C is #6AC0E3. Grayscale: #545454. Windows color (decimal): -6996196 or 1851285. OLE color: 1851285.

HSL color Cylindrical-coordinate representation of color #953F1C: hue angle of 17.36º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #953F1C is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 63 28 -
CMYK 0 0.58 0.81 0.42
HSL 17.36º 0.68% 0.35% -
HSV(B) 17.36º 0.81% 0.58% -
XYZ 14.38 10.03 2.28 -
YUV 84.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 149 63 28 0 0.58 0.81 0.42 17.36 0.68 0.35
Hex 95 3F 1C 0 3A 51 2A 11 44 23
Octal 225 77 34 0 72 121 52 21 104 43
Binary 10010101 111111 11100 0 111010 1010001 101010 10001 1000100 100011

Color Harmonies of #953F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F1C

Black with #953F1C

Text Example


Text Example

White with #953F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #953F1C; }

 p { color: rgb(149,63,28); }

 H1.HeaderClassName
 {
   color: #953F1C;
 }
 .AnyTagClassName
 {
   color: #953F1C;
 }
</style>

background-color css

<style>
 a { background-color: #953F1C; }

 a { background-color: rgb(149,63,28); }

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

border-color css

<style>
 span { border-color: #953F1C; }

 span { border-color: rgb(149,63,28); }

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