Html Css Color HEX #863226 Burnt Umber

📋 copy color: '#863226'

red 134 ◦ green 50 ◦ blue 38

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

Shades of Burnt Umber #863226

Tints of Burnt Umber #863226

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.12%

R = 60.36%
G = 22.52%
B = 17.12%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#863226 (or 0x863226) is known color: Burnt Umber. HEX triplet: 86, 32 and 26. RGB value is (134,50,38). Sum of RGB (Red+Green+Blue) = 134+50+38=222 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.36% from 222); Green value is 50 (19.92% from 255 or 22.52% from 222); Blue value is 38 (15.23% from 255 or 17.12% from 222); Max value from RGB is 134 - color contains mainly: red. Hex color #863226 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863226 is #79CDD9. Grayscale: #494949. Windows color (decimal): -7982554 or 2503302. OLE color: 2503302.

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

Color convert

RGB 134 50 38 -
CMYK 0 0.63 0.72 0.47
HSL 7.5º 0.56% 0.34% -
HSV(B) 7.5º 0.72% 0.53% -
XYZ 11.32 7.49 2.68 -
YUV 73.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 134 50 38 0 0.63 0.72 0.47 7.5 0.56 0.34
Hex 86 32 26 0 3F 48 2F 8 38 22
Octal 206 62 46 0 77 110 57 10 70 42
Binary 10000110 110010 100110 0 111111 1001000 101111 1000 111000 100010

Color Harmonies of #863226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863226

Black with #863226

Text Example


Text Example

White with #863226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863226; }

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

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

background-color css

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

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

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

border-color css

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

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

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