Html Css Color HEX #953B24 Fire

📋 copy color: '#953B24'

red 149 ◦ green 59 ◦ blue 36

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

Shades of Fire #953B24

Tints of Fire #953B24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.75%

R = 61.07%
G = 24.18%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.76

 K value IS 0.42

RGB Variations

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

Color information

#953B24 (or 0x953B24) is known color: Fire. HEX triplet: 95, 3B and 24. RGB value is (149,59,36). Sum of RGB (Red+Green+Blue) = 149+59+36=244 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.07% from 244); Green value is 59 (23.44% from 255 or 24.18% from 244); Blue value is 36 (14.45% from 255 or 14.75% from 244); Max value from RGB is 149 - color contains mainly: red. Hex color #953B24 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B24 is #6AC4DB. Grayscale: #535353. Windows color (decimal): -6997212 or 2374549. OLE color: 2374549.

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

Color convert

RGB 149 59 36 -
CMYK 0 0.60 0.76 0.42
HSL 12.21º 0.61% 0.36% -
HSV(B) 12.21º 0.76% 0.58% -
XYZ 14.28 9.64 2.78 -
YUV 83.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 149 59 36 0 0.60 0.76 0.42 12.21 0.61 0.36
Hex 95 3B 24 0 3C 4C 2A C 3D 24
Octal 225 73 44 0 74 114 52 14 75 44
Binary 10010101 111011 100100 0 111100 1001100 101010 1100 111101 100100

Color Harmonies of #953B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B24

Black with #953B24

Text Example


Text Example

White with #953B24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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