Html Css Color HEX #863227 Burnt Umber

📋 copy color: '#863227'

red 134 ◦ green 50 ◦ blue 39

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

Shades of Burnt Umber #863227

Tints of Burnt Umber #863227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 22.42%

 BLUE value IS 39 (15.63% from 255) = 17.49%

R = 60.09%
G = 22.42%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.71

 K value IS 0.47

RGB Variations

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

Color information

#863227 (or 0x863227) is known color: Burnt Umber. HEX triplet: 86, 32 and 27. RGB value is (134,50,39). Sum of RGB (Red+Green+Blue) = 134+50+39=223 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.09% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 39 (15.62% from 255 or 17.49% from 223); Max value from RGB is 134 - color contains mainly: red. Hex color #863227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863227 is #79CDD8. Grayscale: #494949. Windows color (decimal): -7982553 or 2568838. OLE color: 2568838.

HSL color Cylindrical-coordinate representation of color #863227: hue angle of 6.95º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #863227 is Cyan = 0, Magento = 0.63, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 50 39 -
CMYK 0 0.63 0.71 0.47
HSL 6.95º 0.55% 0.34% -
HSV(B) 6.95º 0.71% 0.53% -
XYZ 11.34 7.5 2.77 -
YUV 73.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 134 50 39 0 0.63 0.71 0.47 6.95 0.55 0.34
Hex 86 32 27 0 3F 47 2F 7 37 22
Octal 206 62 47 0 77 107 57 7 67 42
Binary 10000110 110010 100111 0 111111 1000111 101111 111 110111 100010

Color Harmonies of #863227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863227

Black with #863227

Text Example


Text Example

White with #863227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863227; }

 p { color: rgb(134,50,39); }

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

background-color css

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

 a { background-color: rgb(134,50,39); }

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

border-color css

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

 span { border-color: rgb(134,50,39); }

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