Html Css Color HEX #953B23 Fire

📋 copy color: '#953B23'

red 149 ◦ green 59 ◦ blue 35

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

Shades of Fire #953B23

Tints of Fire #953B23

RGB

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

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

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

R = 61.32%
G = 24.28%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.77

 K value IS 0.42

RGB Variations

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

Color information

#953B23 (or 0x953B23) is known color: Fire. HEX triplet: 95, 3B and 23. RGB value is (149,59,35). Sum of RGB (Red+Green+Blue) = 149+59+35=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 59 (23.44% from 255 or 24.28% from 243); Blue value is 35 (14.06% from 255 or 14.40% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #953B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953B23 is #6AC4DC. Grayscale: #535353. Windows color (decimal): -6997213 or 2309013. OLE color: 2309013.

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

Color convert

RGB 149 59 35 -
CMYK 0 0.60 0.77 0.42
HSL 12.63º 0.62% 0.36% -
HSV(B) 12.63º 0.77% 0.58% -
XYZ 14.26 9.64 2.7 -
YUV 83.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 149 59 35 0 0.60 0.77 0.42 12.63 0.62 0.36
Hex 95 3B 23 0 3C 4D 2A D 3E 24
Octal 225 73 43 0 74 115 52 15 76 44
Binary 10010101 111011 100011 0 111100 1001101 101010 1101 111110 100100

Color Harmonies of #953B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #953B23

Black with #953B23

Text Example


Text Example

White with #953B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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