Html Css Color HEX #854427 Fire

📋 copy color: '#854427'

red 133 ◦ green 68 ◦ blue 39

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

Shades of Fire #854427

Tints of Fire #854427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 16.25%

R = 55.42%
G = 28.33%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#854427 (or 0x854427) is known color: Fire. HEX triplet: 85, 44 and 27. RGB value is (133,68,39). Sum of RGB (Red+Green+Blue) = 133+68+39=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 68 (26.95% from 255 or 28.33% from 240); Blue value is 39 (15.62% from 255 or 16.25% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #854427 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854427 is #7ABBD8. Grayscale: #545454. Windows color (decimal): -8043481 or 2573445. OLE color: 2573445.

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

Color convert

RGB 133 68 39 -
CMYK 0 0.49 0.71 0.48
HSL 18.51º 0.55% 0.34% -
HSV(B) 18.51º 0.71% 0.52% -
XYZ 12.11 9.27 3.07 -
YUV 84.13 102.53 162.86 -
System Red Green Blue C M Y K H S L
Decimal 133 68 39 0 0.49 0.71 0.48 18.51 0.55 0.34
Hex 85 44 27 0 31 47 30 13 37 22
Octal 205 104 47 0 61 107 60 23 67 42
Binary 10000101 1000100 100111 0 110001 1000111 110000 10011 110111 100010

Color Harmonies of #854427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854427

Black with #854427

Text Example


Text Example

White with #854427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854427; }

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

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

background-color css

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

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

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

border-color css

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

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

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