Html Css Color HEX #853F29 Fire

📋 copy color: '#853F29'

red 133 ◦ green 63 ◦ blue 41

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

Shades of Fire #853F29

Tints of Fire #853F29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 56.12%
G = 26.58%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#853F29 (or 0x853F29) is known color: Fire. HEX triplet: 85, 3F and 29. RGB value is (133,63,41). Sum of RGB (Red+Green+Blue) = 133+63+41=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 63 (25% from 255 or 26.58% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #853F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853F29 is #7AC0D6. Grayscale: #515151. Windows color (decimal): -8044759 or 2703237. OLE color: 2703237.

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

Color convert

RGB 133 63 41 -
CMYK 0 0.53 0.69 0.48
HSL 14.35º 0.53% 0.34% -
HSV(B) 14.35º 0.69% 0.52% -
XYZ 11.85 8.7 3.15 -
YUV 81.42 105.19 164.79 -
System Red Green Blue C M Y K H S L
Decimal 133 63 41 0 0.53 0.69 0.48 14.35 0.53 0.34
Hex 85 3F 29 0 35 45 30 E 35 22
Octal 205 77 51 0 65 105 60 16 65 42
Binary 10000101 111111 101001 0 110101 1000101 110000 1110 110101 100010

Color Harmonies of #853F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #853F29

Black with #853F29

Text Example


Text Example

White with #853F29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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