Html Css Color HEX #854329 Fire

📋 copy color: '#854329'

red 133 ◦ green 67 ◦ blue 41

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

Shades of Fire #854329

Tints of Fire #854329

RGB

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

 GREEN value IS 67 (26.56% from 255) = 27.8%

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

R = 55.19%
G = 27.8%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#854329 (or 0x854329) is known color: Fire. HEX triplet: 85, 43 and 29. RGB value is (133,67,41). Sum of RGB (Red+Green+Blue) = 133+67+41=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 67 (26.56% from 255 or 27.80% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #854329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854329 is #7ABCD6. Grayscale: #535353. Windows color (decimal): -8043735 or 2704261. OLE color: 2704261.

HSL color Cylindrical-coordinate representation of color #854329: hue angle of 16.96º 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 #854329 is Cyan = 0, Magento = 0.50, Yellow = 0.69 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 67 41 -
CMYK 0 0.50 0.69 0.48
HSL 16.96º 0.53% 0.34% -
HSV(B) 16.96º 0.69% 0.52% -
XYZ 12.08 9.16 3.23 -
YUV 83.77 103.87 163.11 -
System Red Green Blue C M Y K H S L
Decimal 133 67 41 0 0.50 0.69 0.48 16.96 0.53 0.34
Hex 85 43 29 0 32 45 30 11 35 22
Octal 205 103 51 0 62 105 60 21 65 42
Binary 10000101 1000011 101001 0 110010 1000101 110000 10001 110101 100010

Color Harmonies of #854329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854329

Black with #854329

Text Example


Text Example

White with #854329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854329; }

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

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

background-color css

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

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

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

border-color css

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

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

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