Html Css Color HEX #853C28 Fire

📋 copy color: '#853C28'

red 133 ◦ green 60 ◦ blue 40

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

Shades of Fire #853C28

Tints of Fire #853C28

RGB

 RED value IS 133 (52.34% from 255) = 57.08%

 GREEN value IS 60 (23.83% from 255) = 25.75%

 BLUE value IS 40 (16.02% from 255) = 17.17%

R = 57.08%
G = 25.75%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#853C28 (or 0x853C28) is known color: Fire. HEX triplet: 85, 3C and 28. RGB value is (133,60,40). Sum of RGB (Red+Green+Blue) = 133+60+40=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 60 (23.83% from 255 or 25.75% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #853C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C28 is #7AC3D7. Grayscale: #4F4F4F. Windows color (decimal): -8045528 or 2636933. OLE color: 2636933.

HSL color Cylindrical-coordinate representation of color #853C28: hue angle of 12.9º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #853C28 is Cyan = 0, Magento = 0.55, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 40 -
CMYK 0 0.55 0.70 0.48
HSL 12.9º 0.54% 0.34% -
HSV(B) 12.9º 0.7% 0.52% -
XYZ 11.67 8.37 3.01 -
YUV 79.55 105.68 166.13 -
System Red Green Blue C M Y K H S L
Decimal 133 60 40 0 0.55 0.70 0.48 12.9 0.54 0.34
Hex 85 3C 28 0 37 46 30 D 36 22
Octal 205 74 50 0 67 106 60 15 66 42
Binary 10000101 111100 101000 0 110111 1000110 110000 1101 110110 100010

Color Harmonies of #853C28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C28

Black with #853C28

Text Example


Text Example

White with #853C28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #853C28; }

 p { color: rgb(133,60,40); }

 H1.HeaderClassName
 {
   color: #853C28;
 }
 .AnyTagClassName
 {
   color: #853C28;
 }
</style>

background-color css

<style>
 a { background-color: #853C28; }

 a { background-color: rgb(133,60,40); }

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

border-color css

<style>
 span { border-color: #853C28; }

 span { border-color: rgb(133,60,40); }

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