Html Css Color HEX #862F25 Burnt Umber

📋 copy color: '#862F25'

red 134 ◦ green 47 ◦ blue 37

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

Shades of Burnt Umber #862F25

Tints of Burnt Umber #862F25

RGB

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

 GREEN value IS 47 (18.75% from 255) = 21.56%

 BLUE value IS 37 (14.84% from 255) = 16.97%

R = 61.47%
G = 21.56%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#862F25 (or 0x862F25) is known color: Burnt Umber. HEX triplet: 86, 2F and 25. RGB value is (134,47,37). Sum of RGB (Red+Green+Blue) = 134+47+37=218 (28% of max value = 765). Red value is 134 (52.73% from 255 or 61.47% from 218); Green value is 47 (18.75% from 255 or 21.56% from 218); Blue value is 37 (14.84% from 255 or 16.97% from 218); Max value from RGB is 134 - color contains mainly: red. Hex color #862F25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F25 is #79D0DA. Grayscale: #484848. Windows color (decimal): -7983323 or 2436998. OLE color: 2436998.

HSL color Cylindrical-coordinate representation of color #862F25: hue angle of 6.19º degrees, saturation: 0.57, 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 #862F25 is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 47 37 -
CMYK 0 0.65 0.72 0.47
HSL 6.19º 0.57% 0.34% -
HSV(B) 6.19º 0.72% 0.53% -
XYZ 11.18 7.23 2.56 -
YUV 71.87 108.32 172.31 -
System Red Green Blue C M Y K H S L
Decimal 134 47 37 0 0.65 0.72 0.47 6.19 0.57 0.34
Hex 86 2F 25 0 41 48 2F 6 39 22
Octal 206 57 45 0 101 110 57 6 71 42
Binary 10000110 101111 100101 0 1000001 1001000 101111 110 111001 100010

Color Harmonies of #862F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862F25

Black with #862F25

Text Example


Text Example

White with #862F25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862F25; }

 p { color: rgb(134,47,37); }

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

background-color css

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

 a { background-color: rgb(134,47,37); }

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

border-color css

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

 span { border-color: rgb(134,47,37); }

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