Html Css Color HEX #863D20 Fire

📋 copy color: '#863D20'

red 134 ◦ green 61 ◦ blue 32

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

Shades of Fire #863D20

Tints of Fire #863D20

RGB

 RED value IS 134 (52.73% from 255) = 59.03%

 GREEN value IS 61 (24.22% from 255) = 26.87%

 BLUE value IS 32 (12.89% from 255) = 14.1%

R = 59.03%
G = 26.87%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.76

 K value IS 0.47

RGB Variations

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

Color information

#863D20 (or 0x863D20) is known color: Fire. HEX triplet: 86, 3D and 20. RGB value is (134,61,32). Sum of RGB (Red+Green+Blue) = 134+61+32=227 (30% of max value = 765). Red value is 134 (52.73% from 255 or 59.03% from 227); Green value is 61 (24.22% from 255 or 26.87% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 134 - color contains mainly: red. Hex color #863D20 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863D20 is #79C2DF. Grayscale: #4F4F4F. Windows color (decimal): -7979744 or 2112902. OLE color: 2112902.

HSL color Cylindrical-coordinate representation of color #863D20: hue angle of 17.06º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #863D20 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 61 32 -
CMYK 0 0.54 0.76 0.47
HSL 17.06º 0.61% 0.33% -
HSV(B) 17.06º 0.76% 0.53% -
XYZ 11.76 8.51 2.39 -
YUV 79.52 101.18 166.86 -
System Red Green Blue C M Y K H S L
Decimal 134 61 32 0 0.54 0.76 0.47 17.06 0.61 0.33
Hex 86 3D 20 0 36 4C 2F 11 3D 21
Octal 206 75 40 0 66 114 57 21 75 41
Binary 10000110 111101 100000 0 110110 1001100 101111 10001 111101 100001

Color Harmonies of #863D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863D20

Black with #863D20

Text Example


Text Example

White with #863D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863D20; }

 p { color: rgb(134,61,32); }

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

background-color css

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

 a { background-color: rgb(134,61,32); }

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

border-color css

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

 span { border-color: rgb(134,61,32); }

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