Html Css Color HEX #953F23 Fire

📋 copy color: '#953F23'

red 149 ◦ green 63 ◦ blue 35

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

Shades of Fire #953F23

Tints of Fire #953F23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 14.17%

R = 60.32%
G = 25.51%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#953F23 (or 0x953F23) is known color: Fire. HEX triplet: 95, 3F and 23. RGB value is (149,63,35). Sum of RGB (Red+Green+Blue) = 149+63+35=247 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.32% from 247); Green value is 63 (25% from 255 or 25.51% from 247); Blue value is 35 (14.06% from 255 or 14.17% from 247); Max value from RGB is 149 - color contains mainly: red. Hex color #953F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953F23 is #6AC0DC. Grayscale: #555555. Windows color (decimal): -6996189 or 2310037. OLE color: 2310037.

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

Color convert

RGB 149 63 35 -
CMYK 0 0.58 0.77 0.42
HSL 14.74º 0.62% 0.36% -
HSV(B) 14.74º 0.77% 0.58% -
XYZ 14.48 10.07 2.77 -
YUV 85.52 99.49 173.28 -
System Red Green Blue C M Y K H S L
Decimal 149 63 35 0 0.58 0.77 0.42 14.74 0.62 0.36
Hex 95 3F 23 0 3A 4D 2A F 3E 24
Octal 225 77 43 0 72 115 52 17 76 44
Binary 10010101 111111 100011 0 111010 1001101 101010 1111 111110 100100

Color Harmonies of #953F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953F23

Black with #953F23

Text Example


Text Example

White with #953F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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