Html Css Color HEX #863A26 Burnt Umber

📋 copy color: '#863A26'

red 134 ◦ green 58 ◦ blue 38

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

Shades of Burnt Umber #863A26

Tints of Burnt Umber #863A26

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.22%

 BLUE value IS 38 (15.23% from 255) = 16.52%

R = 58.26%
G = 25.22%
B = 16.52%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#863A26 (or 0x863A26) is known color: Burnt Umber. HEX triplet: 86, 3A and 26. RGB value is (134,58,38). Sum of RGB (Red+Green+Blue) = 134+58+38=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 38 (15.23% from 255 or 16.52% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #863A26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A26 is #79C5D9. Grayscale: #4E4E4E. Windows color (decimal): -7980506 or 2505350. OLE color: 2505350.

HSL color Cylindrical-coordinate representation of color #863A26: hue angle of 12.5º 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 #863A26 is Cyan = 0, Magento = 0.57, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 38 -
CMYK 0 0.57 0.72 0.47
HSL 12.5º 0.56% 0.34% -
HSV(B) 12.5º 0.72% 0.53% -
XYZ 11.69 8.23 2.81 -
YUV 78.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 134 58 38 0 0.57 0.72 0.47 12.5 0.56 0.34
Hex 86 3A 26 0 39 48 2F C 38 22
Octal 206 72 46 0 71 110 57 14 70 42
Binary 10000110 111010 100110 0 111001 1001000 101111 1100 111000 100010

Color Harmonies of #863A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A26

Black with #863A26

Text Example


Text Example

White with #863A26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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