Html Css Color HEX #8C3618 Burnt Umber

📋 copy color: '#8C3618'

red 140 ◦ green 54 ◦ blue 24

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

Shades of Burnt Umber #8C3618

Tints of Burnt Umber #8C3618

RGB

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

 GREEN value IS 54 (21.48% from 255) = 24.77%

 BLUE value IS 24 (9.77% from 255) = 11.01%

R = 64.22%
G = 24.77%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C3618 (or 0x8C3618) is known color: Burnt Umber. HEX triplet: 8C, 36 and 18. RGB value is (140,54,24). Sum of RGB (Red+Green+Blue) = 140+54+24=218 (28% of max value = 765). Red value is 140 (55.08% from 255 or 64.22% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 24 (9.77% from 255 or 11.01% from 218); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C3618 is #73C9E7. Grayscale: #4C4C4C. Windows color (decimal): -7588328 or 1586828. OLE color: 1586828.

HSL color Cylindrical-coordinate representation of color #8C3618: hue angle of 15.52º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8C3618 is Cyan = 0, Magento = 0.61, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 54 24 -
CMYK 0 0.61 0.83 0.45
HSL 15.52º 0.71% 0.32% -
HSV(B) 15.52º 0.83% 0.55% -
XYZ 12.3 8.28 1.81 -
YUV 76.29 98.49 173.44 -
System Red Green Blue C M Y K H S L
Decimal 140 54 24 0 0.61 0.83 0.45 15.52 0.71 0.32
Hex 8C 36 18 0 3D 53 2D 10 47 20
Octal 214 66 30 0 75 123 55 20 107 40
Binary 10001100 110110 11000 0 111101 1010011 101101 10000 1000111 100000

Color Harmonies of #8C3618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3618

Black with #8C3618

Text Example


Text Example

White with #8C3618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,54,24); }

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

background-color css

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

 a { background-color: rgb(140,54,24); }

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

border-color css

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

 span { border-color: rgb(140,54,24); }

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