Html Css Color HEX #853C23 Fire

📋 copy color: '#853C23'

red 133 ◦ green 60 ◦ blue 35

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

Shades of Fire #853C23

Tints of Fire #853C23

RGB

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

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

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

R = 58.33%
G = 26.32%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#853C23 (or 0x853C23) is known color: Fire. HEX triplet: 85, 3C and 23. RGB value is (133,60,35). Sum of RGB (Red+Green+Blue) = 133+60+35=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 60 (23.83% from 255 or 26.32% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #853C23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853C23 is #7AC3DC. Grayscale: #4F4F4F. Windows color (decimal): -8045533 or 2309253. OLE color: 2309253.

HSL color Cylindrical-coordinate representation of color #853C23: hue angle of 15.31º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853C23 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 60 35 -
CMYK 0 0.55 0.74 0.48
HSL 15.31º 0.58% 0.33% -
HSV(B) 15.31º 0.74% 0.52% -
XYZ 11.59 8.34 2.59 -
YUV 78.98 103.18 166.53 -
System Red Green Blue C M Y K H S L
Decimal 133 60 35 0 0.55 0.74 0.48 15.31 0.58 0.33
Hex 85 3C 23 0 37 4A 30 F 3A 21
Octal 205 74 43 0 67 112 60 17 72 41
Binary 10000101 111100 100011 0 110111 1001010 110000 1111 111010 100001

Color Harmonies of #853C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853C23

Black with #853C23

Text Example


Text Example

White with #853C23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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