Html Css Color HEX #953B21 Fire

📋 copy color: '#953B21'

red 149 ◦ green 59 ◦ blue 33

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

Shades of Fire #953B21

Tints of Fire #953B21

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.69%

R = 61.83%
G = 24.48%
B = 13.69%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#953B21 (or 0x953B21) is known color: Fire. HEX triplet: 95, 3B and 21. RGB value is (149,59,33). Sum of RGB (Red+Green+Blue) = 149+59+33=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 33 (13.28% from 255 or 13.69% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #953B21 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B21 is #6AC4DE. Grayscale: #535353. Windows color (decimal): -6997215 or 2177941. OLE color: 2177941.

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

Color convert

RGB 149 59 33 -
CMYK 0 0.60 0.78 0.42
HSL 13.45º 0.64% 0.36% -
HSV(B) 13.45º 0.78% 0.58% -
XYZ 14.23 9.63 2.55 -
YUV 82.95 99.82 175.11 -
System Red Green Blue C M Y K H S L
Decimal 149 59 33 0 0.60 0.78 0.42 13.45 0.64 0.36
Hex 95 3B 21 0 3C 4E 2A D 40 24
Octal 225 73 41 0 74 116 52 15 100 44
Binary 10010101 111011 100001 0 111100 1001110 101010 1101 1000000 100100

Color Harmonies of #953B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B21

Black with #953B21

Text Example


Text Example

White with #953B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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