Html Css Color HEX #953B27 Fire

📋 copy color: '#953B27'

red 149 ◦ green 59 ◦ blue 39

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

Shades of Fire #953B27

Tints of Fire #953B27

RGB

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

 GREEN value IS 59 (23.44% from 255) = 23.89%

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

R = 60.32%
G = 23.89%
B = 15.79%

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

#953B27 (or 0x953B27) is known color: Fire. HEX triplet: 95, 3B and 27. RGB value is (149,59,39). Sum of RGB (Red+Green+Blue) = 149+59+39=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 59 (23.44% from 255 or 23.89% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #953B27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B27 is #6AC4D8. Grayscale: #535353. Windows color (decimal): -6997209 or 2571157. OLE color: 2571157.

HSL color Cylindrical-coordinate representation of color #953B27: hue angle of 10.91º 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 #953B27 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 59 39 -
CMYK 0 0.60 0.74 0.42
HSL 10.91º 0.59% 0.37% -
HSV(B) 10.91º 0.74% 0.58% -
XYZ 14.32 9.66 3.03 -
YUV 83.63 102.82 174.63 -
System Red Green Blue C M Y K H S L
Decimal 149 59 39 0 0.60 0.74 0.42 10.91 0.59 0.37
Hex 95 3B 27 0 3C 4A 2A B 3B 25
Octal 225 73 47 0 74 112 52 13 73 45
Binary 10010101 111011 100111 0 111100 1001010 101010 1011 111011 100101

Color Harmonies of #953B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B27

Black with #953B27

Text Example


Text Example

White with #953B27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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