Html Css Color HEX #874129 Fire

📋 copy color: '#874129'

red 135 ◦ green 65 ◦ blue 41

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

Shades of Fire #874129

Tints of Fire #874129

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 56.02%
G = 26.97%
B = 17.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.47

RGB Variations

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

Color information

#874129 (or 0x874129) is known color: Fire. HEX triplet: 87, 41 and 29. RGB value is (135,65,41). Sum of RGB (Red+Green+Blue) = 135+65+41=241 (31% of max value = 765). Red value is 135 (53.12% from 255 or 56.02% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 135 - color contains mainly: red. Hex color #874129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #874129 is #78BED6. Grayscale: #535353. Windows color (decimal): -7913175 or 2703751. OLE color: 2703751.

HSL color Cylindrical-coordinate representation of color #874129: hue angle of 15.32º 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 #874129 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 65 41 -
CMYK 0 0.52 0.70 0.47
HSL 15.32º 0.53% 0.35% -
HSV(B) 15.32º 0.7% 0.53% -
XYZ 12.28 9.09 3.21 -
YUV 83.19 104.19 164.95 -
System Red Green Blue C M Y K H S L
Decimal 135 65 41 0 0.52 0.70 0.47 15.32 0.53 0.35
Hex 87 41 29 0 34 46 2F F 35 23
Octal 207 101 51 0 64 106 57 17 65 43
Binary 10000111 1000001 101001 0 110100 1000110 101111 1111 110101 100011

Color Harmonies of #874129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #874129

Black with #874129

Text Example


Text Example

White with #874129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #874129; }

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

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

background-color css

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

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

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

border-color css

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

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

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