Html Css Color HEX #863921 Burnt Umber

📋 copy color: '#863921'

red 134 ◦ green 57 ◦ blue 33

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

Shades of Burnt Umber #863921

Tints of Burnt Umber #863921

RGB

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

 GREEN value IS 57 (22.66% from 255) = 25.45%

 BLUE value IS 33 (13.28% from 255) = 14.73%

R = 59.82%
G = 25.45%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.47

RGB Variations

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

Color information

#863921 (or 0x863921) is known color: Burnt Umber. HEX triplet: 86, 39 and 21. RGB value is (134,57,33). Sum of RGB (Red+Green+Blue) = 134+57+33=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 33 (13.28% from 255 or 14.73% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #863921 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863921 is #79C6DE. Grayscale: #4D4D4D. Windows color (decimal): -7980767 or 2177414. OLE color: 2177414.

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

Color convert

RGB 134 57 33 -
CMYK 0 0.57 0.75 0.47
HSL 14.26º 0.6% 0.33% -
HSV(B) 14.26º 0.75% 0.53% -
XYZ 11.57 8.1 2.39 -
YUV 77.29 103.01 168.45 -
System Red Green Blue C M Y K H S L
Decimal 134 57 33 0 0.57 0.75 0.47 14.26 0.6 0.33
Hex 86 39 21 0 39 4B 2F E 3C 21
Octal 206 71 41 0 71 113 57 16 74 41
Binary 10000110 111001 100001 0 111001 1001011 101111 1110 111100 100001

Color Harmonies of #863921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863921

Black with #863921

Text Example


Text Example

White with #863921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863921; }

 p { color: rgb(134,57,33); }

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

background-color css

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

 a { background-color: rgb(134,57,33); }

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

border-color css

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

 span { border-color: rgb(134,57,33); }

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