Html Css Color HEX #884328 Fire

📋 copy color: '#884328'

red 136 ◦ green 67 ◦ blue 40

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

Shades of Fire #884328

Tints of Fire #884328

RGB

 RED value IS 136 (53.52% from 255) = 55.97%

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 55.97%
G = 27.57%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#884328 (or 0x884328) is known color: Fire. HEX triplet: 88, 43 and 28. RGB value is (136,67,40). Sum of RGB (Red+Green+Blue) = 136+67+40=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #884328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884328 is #77BCD7. Grayscale: #545454. Windows color (decimal): -7847128 or 2638728. OLE color: 2638728.

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

Color convert

RGB 136 67 40 -
CMYK 0 0.51 0.71 0.47
HSL 16.88º 0.55% 0.35% -
HSV(B) 16.88º 0.71% 0.53% -
XYZ 12.54 9.4 3.16 -
YUV 84.55 102.86 164.7 -
System Red Green Blue C M Y K H S L
Decimal 136 67 40 0 0.51 0.71 0.47 16.88 0.55 0.35
Hex 88 43 28 0 33 47 2F 11 37 23
Octal 210 103 50 0 63 107 57 21 67 43
Binary 10001000 1000011 101000 0 110011 1000111 101111 10001 110111 100011

Color Harmonies of #884328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884328

Black with #884328

Text Example


Text Example

White with #884328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884328; }

 p { color: rgb(136,67,40); }

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

background-color css

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

 a { background-color: rgb(136,67,40); }

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

border-color css

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

 span { border-color: rgb(136,67,40); }

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