Html Css Color HEX #863122 Burnt Umber

📋 copy color: '#863122'

red 134 ◦ green 49 ◦ blue 34

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

Shades of Burnt Umber #863122

Tints of Burnt Umber #863122

RGB

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

 GREEN value IS 49 (19.53% from 255) = 22.58%

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

R = 61.75%
G = 22.58%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#863122 (or 0x863122) is known color: Burnt Umber. HEX triplet: 86, 31 and 22. RGB value is (134,49,34). Sum of RGB (Red+Green+Blue) = 134+49+34=217 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.75% from 217); Green value is 49 (19.53% from 255 or 22.58% from 217); Blue value is 34 (13.67% from 255 or 15.67% from 217); Max value from RGB is 134 - color contains mainly: red. Hex color #863122 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863122 is #79CEDD. Grayscale: #484848. Windows color (decimal): -7982814 or 2240902. OLE color: 2240902.

HSL color Cylindrical-coordinate representation of color #863122: hue angle of 9º 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 #863122 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 49 34 -
CMYK 0 0.63 0.75 0.47
HSL 0.6% 0.33% -
HSV(B) 0.75% 0.53% -
XYZ 11.22 7.38 2.35 -
YUV 72.71 106.16 171.72 -
System Red Green Blue C M Y K H S L
Decimal 134 49 34 0 0.63 0.75 0.47 9 0.6 0.33
Hex 86 31 22 0 3F 4B 2F 9 3C 21
Octal 206 61 42 0 77 113 57 11 74 41
Binary 10000110 110001 100010 0 111111 1001011 101111 1001 111100 100001

Color Harmonies of #863122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863122

Black with #863122

Text Example


Text Example

White with #863122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863122; }

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

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

background-color css

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

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

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

border-color css

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

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

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