Html Css Color HEX #8C2F23 Burnt Umber

📋 copy color: '#8C2F23'

red 140 ◦ green 47 ◦ blue 35

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

Shades of Burnt Umber #8C2F23

Tints of Burnt Umber #8C2F23

RGB

 RED value IS 140 (55.08% from 255) = 63.06%

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

 BLUE value IS 35 (14.06% from 255) = 15.77%

R = 63.06%
G = 21.17%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C2F23 (or 0x8C2F23) is known color: Burnt Umber. HEX triplet: 8C, 2F and 23. RGB value is (140,47,35). Sum of RGB (Red+Green+Blue) = 140+47+35=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 35 (14.06% from 255 or 15.77% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C2F23 is #73D0DC. Grayscale: #494949. Windows color (decimal): -7590109 or 2305932. OLE color: 2305932.

HSL color Cylindrical-coordinate representation of color #8C2F23: hue angle of 6.86º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8C2F23 is Cyan = 0, Magento = 0.66, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 35 -
CMYK 0 0.66 0.75 0.45
HSL 6.86º 0.6% 0.34% -
HSV(B) 6.86º 0.75% 0.55% -
XYZ 12.14 7.73 2.44 -
YUV 73.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 140 47 35 0 0.66 0.75 0.45 6.86 0.6 0.34
Hex 8C 2F 23 0 42 4B 2D 7 3C 22
Octal 214 57 43 0 102 113 55 7 74 42
Binary 10001100 101111 100011 0 1000010 1001011 101101 111 111100 100010

Color Harmonies of #8C2F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F23

Black with #8C2F23

Text Example


Text Example

White with #8C2F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C2F23; }

 p { color: rgb(140,47,35); }

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

background-color css

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

 a { background-color: rgb(140,47,35); }

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

border-color css

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

 span { border-color: rgb(140,47,35); }

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