Html Css Color HEX #863316 Burnt Umber

📋 copy color: '#863316'

red 134 ◦ green 51 ◦ blue 22

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

Shades of Burnt Umber #863316

Tints of Burnt Umber #863316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 24.64%

 BLUE value IS 22 (8.98% from 255) = 10.63%

R = 64.73%
G = 24.64%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.84

 K value IS 0.47

RGB Variations

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

Color information

#863316 (or 0x863316) is known color: Burnt Umber. HEX triplet: 86, 33 and 16. RGB value is (134,51,22). Sum of RGB (Red+Green+Blue) = 134+51+22=207 (27% of max value = 765). Red value is 134 (52.73% from 255 or 64.73% from 207); Green value is 51 (20.31% from 255 or 24.64% from 207); Blue value is 22 (8.98% from 255 or 10.63% from 207); Max value from RGB is 134 - color contains mainly: red. Hex color #863316 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #863316 is #79CCE9. Grayscale: #484848. Windows color (decimal): -7982314 or 1454982. OLE color: 1454982.

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

Color convert

RGB 134 51 22 -
CMYK 0 0.62 0.84 0.47
HSL 15.54º 0.72% 0.31% -
HSV(B) 15.54º 0.84% 0.53% -
XYZ 11.16 7.49 1.62 -
YUV 72.51 99.5 171.86 -
System Red Green Blue C M Y K H S L
Decimal 134 51 22 0 0.62 0.84 0.47 15.54 0.72 0.31
Hex 86 33 16 0 3E 54 2F 10 48 1F
Octal 206 63 26 0 76 124 57 20 110 37
Binary 10000110 110011 10110 0 111110 1010100 101111 10000 1001000 11111

Color Harmonies of #863316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863316

Black with #863316

Text Example


Text Example

White with #863316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863316; }

 p { color: rgb(134,51,22); }

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

background-color css

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

 a { background-color: rgb(134,51,22); }

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

border-color css

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

 span { border-color: rgb(134,51,22); }

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