#863826

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

Shades of Burnt Umber #863826

Tints of Burnt Umber #863826

Color information

#863826 (or 0x863826) is unknown color: approx Burnt Umber. HEX triplet: 86, 38 and 26. RGB value is (134,56,38). Sum of RGB (Red+Green+Blue) = 134+56+38=228 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.77% from 228); Green value is 56 (22.27% from 255 or 24.56% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 134 - color contains mainly: red. Hex color #863826 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863826 is #79C7D9. Grayscale: #4D4D4D. Windows color (decimal): -7981018 or 2504838. OLE color: 2504838.

HSL color Cylindrical-coordinate representation of color #863826: hue angle of 11.25º degrees, saturation: 0.56, 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 #863826 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB1345638-
CMYK00.580.720.47
HSL11.25º55.81%33.73%-
HSV(B)11.25º71.64%52.55%-
XYZ11.68.042.77-
YUV77.27105.84168.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 58.77%
GREEN value IS 56 (22.27% from 255) = 24.56%
BLUE value IS 38 (15.23% from 255) = 16.67%
R=58.77%
G=24.56%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134563800.580.720.4711.2555.8133.73
Hex86382603A482Fb3822
Octal206704607211057137042
Binary10000110111000100110011101010010001011111011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863826; }

 p { color: rgb(134,56,38); }

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

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

 a { background-color: rgb(134,56,38); }

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

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

 span { border-color: rgb(134,56,38); }

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