Html Css Color HEX #863022 Burnt Umber

📋 copy color: '#863022'

red 134 ◦ green 48 ◦ blue 34

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

Shades of Burnt Umber #863022

Tints of Burnt Umber #863022

RGB

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

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

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

R = 62.04%
G = 22.22%
B = 15.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#863022 (or 0x863022) is known color: Burnt Umber. HEX triplet: 86, 30 and 22. RGB value is (134,48,34). Sum of RGB (Red+Green+Blue) = 134+48+34=216 (28% of max value = 765). Red value is 134 (52.73% from 255 or 62.04% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 34 (13.67% from 255 or 15.74% from 216); Max value from RGB is 134 - color contains mainly: red. Hex color #863022 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863022 is #79CFDD. Grayscale: #484848. Windows color (decimal): -7983070 or 2240646. OLE color: 2240646.

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

Color convert

RGB 134 48 34 -
CMYK 0 0.64 0.75 0.47
HSL 8.4º 0.6% 0.33% -
HSV(B) 8.4º 0.75% 0.53% -
XYZ 11.18 7.3 2.33 -
YUV 72.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 134 48 34 0 0.64 0.75 0.47 8.4 0.6 0.33
Hex 86 30 22 0 40 4B 2F 8 3C 21
Octal 206 60 42 0 100 113 57 10 74 41
Binary 10000110 110000 100010 0 1000000 1001011 101111 1000 111100 100001

Color Harmonies of #863022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863022

Black with #863022

Text Example


Text Example

White with #863022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863022; }

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

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

background-color css

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

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

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

border-color css

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

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

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