Html Css Color HEX #953C27 Fire

📋 copy color: '#953C27'

red 149 ◦ green 60 ◦ blue 39

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

Shades of Fire #953C27

Tints of Fire #953C27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.73%

R = 60.08%
G = 24.19%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#953C27 (or 0x953C27) is known color: Fire. HEX triplet: 95, 3C and 27. RGB value is (149,60,39). Sum of RGB (Red+Green+Blue) = 149+60+39=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 60 (23.83% from 255 or 24.19% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #953C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953C27 is #6AC3D8. Grayscale: #545454. Windows color (decimal): -6996953 or 2571413. OLE color: 2571413.

HSL color Cylindrical-coordinate representation of color #953C27: hue angle of 11.45º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #953C27 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 60 39 -
CMYK 0 0.60 0.74 0.42
HSL 11.45º 0.59% 0.37% -
HSV(B) 11.45º 0.74% 0.58% -
XYZ 14.38 9.77 3.05 -
YUV 84.22 102.49 174.21 -
System Red Green Blue C M Y K H S L
Decimal 149 60 39 0 0.60 0.74 0.42 11.45 0.59 0.37
Hex 95 3C 27 0 3C 4A 2A B 3B 25
Octal 225 74 47 0 74 112 52 13 73 45
Binary 10010101 111100 100111 0 111100 1001010 101010 1011 111011 100101

Color Harmonies of #953C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953C27

Black with #953C27

Text Example


Text Example

White with #953C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,60,39); }

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

background-color css

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

 a { background-color: rgb(149,60,39); }

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

border-color css

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

 span { border-color: rgb(149,60,39); }

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