#863625

Color #863625 Burnt Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Umber #863625

Tints of Burnt Umber #863625

Color information

#863625 (or 0x863625) is unknown color: approx Burnt Umber. HEX triplet: 86, 36 and 25. RGB value is (134,54,37). Sum of RGB (Red+Green+Blue) = 134+54+37=225 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.56% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 134 - color contains mainly: red. Hex color #863625 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863625 is #79C9DA. Grayscale: #4C4C4C. Windows color (decimal): -7981531 or 2438790. OLE color: 2438790.

HSL color Cylindrical-coordinate representation of color #863625: hue angle of 10.52º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #863625 is Cyan = 0, Magento = 0.60, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1345437-
CMYK00.600.720.47
HSL10.52º56.73%33.53%-
HSV(B)10.52º72.39%52.55%-
XYZ11.487.842.66-
YUV75.98106169.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 59.56%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=59.56%
G=24%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134543700.600.720.4710.5256.7333.53
Hex86362503C482Fb3922
Octal206664507411057137142
Binary10000110110110100101011110010010001011111011111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863625; }

 p { color: rgb(134,54,37); }

 H1.HeaderClassName
 {
   color: #863625;
 }
 .AnyTagClassName
 {
   color: #863625;
 }
</style>
background-color css

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

 a { background-color: rgb(134,54,37); }

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

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

 span { border-color: rgb(134,54,37); }

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