Html Css Color HEX #863A1C Burnt Umber

📋 copy color: '#863A1C'

red 134 ◦ green 58 ◦ blue 28

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

Shades of Burnt Umber #863A1C

Tints of Burnt Umber #863A1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.73%

R = 60.91%
G = 26.36%
B = 12.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.79

 K value IS 0.47

RGB Variations

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

Color information

#863A1C (or 0x863A1C) is known color: Burnt Umber. HEX triplet: 86, 3A and 1C. RGB value is (134,58,28). Sum of RGB (Red+Green+Blue) = 134+58+28=220 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.91% from 220); Green value is 58 (23.05% from 255 or 26.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 134 - color contains mainly: red. Hex color #863A1C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A1C is #79C5E3. Grayscale: #4D4D4D. Windows color (decimal): -7980516 or 1849990. OLE color: 1849990.

HSL color Cylindrical-coordinate representation of color #863A1C: hue angle of 16.98º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #863A1C is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 58 28 -
CMYK 0 0.57 0.79 0.47
HSL 16.98º 0.65% 0.32% -
HSV(B) 16.98º 0.79% 0.53% -
XYZ 11.55 8.18 2.07 -
YUV 77.3 100.18 168.44 -
System Red Green Blue C M Y K H S L
Decimal 134 58 28 0 0.57 0.79 0.47 16.98 0.65 0.32
Hex 86 3A 1C 0 39 4F 2F 11 41 20
Octal 206 72 34 0 71 117 57 21 101 40
Binary 10000110 111010 11100 0 111001 1001111 101111 10001 1000001 100000

Color Harmonies of #863A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863A1C

Black with #863A1C

Text Example


Text Example

White with #863A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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