Html Css Color HEX #8C3423 Burnt Umber

📋 copy color: '#8C3423'

red 140 ◦ green 52 ◦ blue 35

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

Shades of Burnt Umber #8C3423

Tints of Burnt Umber #8C3423

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.91%

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

R = 61.67%
G = 22.91%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C3423 (or 0x8C3423) is known color: Burnt Umber. HEX triplet: 8C, 34 and 23. RGB value is (140,52,35). Sum of RGB (Red+Green+Blue) = 140+52+35=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 52 (20.70% from 255 or 22.91% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3423 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3423 is #73CBDC. Grayscale: #4C4C4C. Windows color (decimal): -7588829 or 2307212. OLE color: 2307212.

HSL color Cylindrical-coordinate representation of color #8C3423: hue angle of 9.71º 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 #8C3423 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 52 35 -
CMYK 0 0.63 0.75 0.45
HSL 9.71º 0.6% 0.34% -
HSV(B) 9.71º 0.75% 0.55% -
XYZ 12.35 8.15 2.51 -
YUV 76.37 104.65 173.38 -
System Red Green Blue C M Y K H S L
Decimal 140 52 35 0 0.63 0.75 0.45 9.71 0.6 0.34
Hex 8C 34 23 0 3F 4B 2D A 3C 22
Octal 214 64 43 0 77 113 55 12 74 42
Binary 10001100 110100 100011 0 111111 1001011 101101 1010 111100 100010

Color Harmonies of #8C3423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3423

Black with #8C3423

Text Example


Text Example

White with #8C3423

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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