Html Css Color HEX #874329 Fire

📋 copy color: '#874329'

red 135 ◦ green 67 ◦ blue 41

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

Shades of Fire #874329

Tints of Fire #874329

RGB

 RED value IS 135 (53.13% from 255) = 55.56%

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

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

R = 55.56%
G = 27.57%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#874329 (or 0x874329) is known color: Fire. HEX triplet: 87, 43 and 29. RGB value is (135,67,41). Sum of RGB (Red+Green+Blue) = 135+67+41=243 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.56% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 41 (16.41% from 255 or 16.87% from 243); Max value from RGB is 135 - color contains mainly: red. Hex color #874329 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874329 is #78BCD6. Grayscale: #545454. Windows color (decimal): -7912663 or 2704263. OLE color: 2704263.

HSL color Cylindrical-coordinate representation of color #874329: hue angle of 16.6º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #874329 is Cyan = 0, Magento = 0.50, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 67 41 -
CMYK 0 0.50 0.70 0.47
HSL 16.6º 0.53% 0.35% -
HSV(B) 16.6º 0.7% 0.53% -
XYZ 12.4 9.33 3.24 -
YUV 84.37 103.53 164.11 -
System Red Green Blue C M Y K H S L
Decimal 135 67 41 0 0.50 0.70 0.47 16.6 0.53 0.35
Hex 87 43 29 0 32 46 2F 11 35 23
Octal 207 103 51 0 62 106 57 21 65 43
Binary 10000111 1000011 101001 0 110010 1000110 101111 10001 110101 100011

Color Harmonies of #874329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874329

Black with #874329

Text Example


Text Example

White with #874329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874329; }

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

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

background-color css

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

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

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

border-color css

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

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

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