Html Css Color HEX #853F23 Fire

📋 copy color: '#853F23'

red 133 ◦ green 63 ◦ blue 35

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

Shades of Fire #853F23

Tints of Fire #853F23

RGB

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

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

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

R = 57.58%
G = 27.27%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#853F23 (or 0x853F23) is known color: Fire. HEX triplet: 85, 3F and 23. RGB value is (133,63,35). Sum of RGB (Red+Green+Blue) = 133+63+35=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 63 (25% from 255 or 27.27% from 231); Blue value is 35 (14.06% from 255 or 15.15% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #853F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F23 is #7AC0DC. Grayscale: #505050. Windows color (decimal): -8044765 or 2310021. OLE color: 2310021.

HSL color Cylindrical-coordinate representation of color #853F23: hue angle of 17.14º 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 #853F23 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 63 35 -
CMYK 0 0.53 0.74 0.48
HSL 17.14º 0.58% 0.33% -
HSV(B) 17.14º 0.74% 0.52% -
XYZ 11.75 8.66 2.64 -
YUV 80.74 102.19 165.28 -
System Red Green Blue C M Y K H S L
Decimal 133 63 35 0 0.53 0.74 0.48 17.14 0.58 0.33
Hex 85 3F 23 0 35 4A 30 11 3A 21
Octal 205 77 43 0 65 112 60 21 72 41
Binary 10000101 111111 100011 0 110101 1001010 110000 10001 111010 100001

Color Harmonies of #853F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F23

Black with #853F23

Text Example


Text Example

White with #853F23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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