Html Css Color HEX #8C3725 Burnt Umber

📋 copy color: '#8C3725'

red 140 ◦ green 55 ◦ blue 37

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

Shades of Burnt Umber #8C3725

Tints of Burnt Umber #8C3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

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

R = 60.34%
G = 23.71%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.45

RGB Variations

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

Color information

#8C3725 (or 0x8C3725) is known color: Burnt Umber. HEX triplet: 8C, 37 and 25. RGB value is (140,55,37). Sum of RGB (Red+Green+Blue) = 140+55+37=232 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.34% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 37 (14.84% from 255 or 15.95% from 232); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3725 is #73C8DA. Grayscale: #4E4E4E. Windows color (decimal): -7588059 or 2439052. OLE color: 2439052.

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

Color convert

RGB 140 55 37 -
CMYK 0 0.61 0.74 0.45
HSL 10.49º 0.58% 0.35% -
HSV(B) 10.49º 0.74% 0.55% -
XYZ 12.52 8.44 2.72 -
YUV 78.36 104.66 171.96 -
System Red Green Blue C M Y K H S L
Decimal 140 55 37 0 0.61 0.74 0.45 10.49 0.58 0.35
Hex 8C 37 25 0 3D 4A 2D A 3A 23
Octal 214 67 45 0 75 112 55 12 72 43
Binary 10001100 110111 100101 0 111101 1001010 101101 1010 111010 100011

Color Harmonies of #8C3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C3725

Black with #8C3725

Text Example


Text Example

White with #8C3725

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,55,37); }

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

background-color css

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

 a { background-color: rgb(140,55,37); }

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

border-color css

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

 span { border-color: rgb(140,55,37); }

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