Html Css Color HEX #863018 Burnt Umber

📋 copy color: '#863018'

red 134 ◦ green 48 ◦ blue 24

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

Shades of Burnt Umber #863018

Tints of Burnt Umber #863018

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

 BLUE value IS 24 (9.77% from 255) = 11.65%

R = 65.05%
G = 23.3%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#863018 (or 0x863018) is known color: Burnt Umber. HEX triplet: 86, 30 and 18. RGB value is (134,48,24). Sum of RGB (Red+Green+Blue) = 134+48+24=206 (27% of max value = 765). Red value is 134 (52.73% from 255 or 65.05% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 24 (9.77% from 255 or 11.65% from 206); Max value from RGB is 134 - color contains mainly: red. Hex color #863018 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863018 is #79CFE7. Grayscale: #474747. Windows color (decimal): -7983080 or 1585286. OLE color: 1585286.

HSL color Cylindrical-coordinate representation of color #863018: hue angle of 13.09º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #863018 is Cyan = 0, Magento = 0.64, Yellow = 0.82 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 48 24 -
CMYK 0 0.64 0.82 0.47
HSL 13.09º 0.7% 0.31% -
HSV(B) 13.09º 0.82% 0.53% -
XYZ 11.05 7.25 1.68 -
YUV 70.98 101.49 172.95 -
System Red Green Blue C M Y K H S L
Decimal 134 48 24 0 0.64 0.82 0.47 13.09 0.7 0.31
Hex 86 30 18 0 40 52 2F D 46 1F
Octal 206 60 30 0 100 122 57 15 106 37
Binary 10000110 110000 11000 0 1000000 1010010 101111 1101 1000110 11111

Color Harmonies of #863018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863018

Black with #863018

Text Example


Text Example

White with #863018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863018; }

 p { color: rgb(134,48,24); }

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

background-color css

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

 a { background-color: rgb(134,48,24); }

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

border-color css

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

 span { border-color: rgb(134,48,24); }

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