Html Css Color HEX #8C3323 Burnt Umber

📋 copy color: '#8C3323'

red 140 ◦ green 51 ◦ blue 35

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

Shades of Burnt Umber #8C3323

Tints of Burnt Umber #8C3323

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.57%

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

R = 61.95%
G = 22.57%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.75

 K value IS 0.45

RGB Variations

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

Color information

#8C3323 (or 0x8C3323) is known color: Burnt Umber. HEX triplet: 8C, 33 and 23. RGB value is (140,51,35). Sum of RGB (Red+Green+Blue) = 140+51+35=226 (29% of max value = 765). Red value is 140 (55.08% from 255 or 61.95% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3323 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3323 is #73CCDC. Grayscale: #4B4B4B. Windows color (decimal): -7589085 or 2306956. OLE color: 2306956.

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

Color convert

RGB 140 51 35 -
CMYK 0 0.64 0.75 0.45
HSL 9.14º 0.6% 0.34% -
HSV(B) 9.14º 0.75% 0.55% -
XYZ 12.3 8.06 2.5 -
YUV 75.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 140 51 35 0 0.64 0.75 0.45 9.14 0.6 0.34
Hex 8C 33 23 0 40 4B 2D 9 3C 22
Octal 214 63 43 0 100 113 55 11 74 42
Binary 10001100 110011 100011 0 1000000 1001011 101101 1001 111100 100010

Color Harmonies of #8C3323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3323

Black with #8C3323

Text Example


Text Example

White with #8C3323

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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