Html Css Color HEX #854429 Fire

📋 copy color: '#854429'

red 133 ◦ green 68 ◦ blue 41

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

Shades of Fire #854429

Tints of Fire #854429

RGB

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

 GREEN value IS 68 (26.95% from 255) = 28.1%

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

R = 54.96%
G = 28.1%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#854429 (or 0x854429) is known color: Fire. HEX triplet: 85, 44 and 29. RGB value is (133,68,41). Sum of RGB (Red+Green+Blue) = 133+68+41=242 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.96% from 242); Green value is 68 (26.95% from 255 or 28.10% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 133 - color contains mainly: red. Hex color #854429 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854429 is #7ABBD6. Grayscale: #545454. Windows color (decimal): -8043479 or 2704517. OLE color: 2704517.

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

Color convert

RGB 133 68 41 -
CMYK 0 0.49 0.69 0.48
HSL 17.61º 0.53% 0.34% -
HSV(B) 17.61º 0.69% 0.52% -
XYZ 12.14 9.28 3.25 -
YUV 84.36 103.53 162.7 -
System Red Green Blue C M Y K H S L
Decimal 133 68 41 0 0.49 0.69 0.48 17.61 0.53 0.34
Hex 85 44 29 0 31 45 30 12 35 22
Octal 205 104 51 0 61 105 60 22 65 42
Binary 10000101 1000100 101001 0 110001 1000101 110000 10010 110101 100010

Color Harmonies of #854429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854429

Black with #854429

Text Example


Text Example

White with #854429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854429; }

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

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

background-color css

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

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

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

border-color css

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

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

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