Html Css Color HEX #863322 Burnt Umber

📋 copy color: '#863322'

red 134 ◦ green 51 ◦ blue 34

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

Shades of Burnt Umber #863322

Tints of Burnt Umber #863322

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.53%

R = 61.19%
G = 23.29%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#863322 (or 0x863322) is known color: Burnt Umber. HEX triplet: 86, 33 and 22. RGB value is (134,51,34). Sum of RGB (Red+Green+Blue) = 134+51+34=219 (29% of max value = 765). Red value is 134 (52.73% from 255 or 61.19% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 34 (13.67% from 255 or 15.53% from 219); Max value from RGB is 134 - color contains mainly: red. Hex color #863322 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863322 is #79CCDD. Grayscale: #4A4A4A. Windows color (decimal): -7982302 or 2241414. OLE color: 2241414.

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

Color convert

RGB 134 51 34 -
CMYK 0 0.62 0.75 0.47
HSL 10.2º 0.6% 0.33% -
HSV(B) 10.2º 0.75% 0.53% -
XYZ 11.3 7.55 2.38 -
YUV 73.88 105.5 170.88 -
System Red Green Blue C M Y K H S L
Decimal 134 51 34 0 0.62 0.75 0.47 10.2 0.6 0.33
Hex 86 33 22 0 3E 4B 2F A 3C 21
Octal 206 63 42 0 76 113 57 12 74 41
Binary 10000110 110011 100010 0 111110 1001011 101111 1010 111100 100001

Color Harmonies of #863322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863322

Black with #863322

Text Example


Text Example

White with #863322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863322; }

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

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

background-color css

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

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

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

border-color css

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

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

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