Html Css Color HEX #8C4618 Saddle Brown

📋 copy color: '#8C4618'

red 140 ◦ green 70 ◦ blue 24

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

Shades of Saddle Brown #8C4618

Tints of Saddle Brown #8C4618

RGB

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

 GREEN value IS 70 (27.73% from 255) = 29.91%

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

R = 59.83%
G = 29.91%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.83

 K value IS 0.45

RGB Variations

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

Color information

#8C4618 (or 0x8C4618) is known color: Saddle Brown. HEX triplet: 8C, 46 and 18. RGB value is (140,70,24). Sum of RGB (Red+Green+Blue) = 140+70+24=234 (30% of max value = 765). Red value is 140 (55.08% from 255 or 59.83% from 234); Green value is 70 (27.73% from 255 or 29.91% from 234); Blue value is 24 (9.77% from 255 or 10.26% from 234); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4618 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C4618 is #73B9E7. Grayscale: #555555. Windows color (decimal): -7584232 or 1590924. OLE color: 1590924.

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

Color convert

RGB 140 70 24 -
CMYK 0 0.50 0.83 0.45
HSL 23.79º 0.71% 0.32% -
HSV(B) 23.79º 0.83% 0.55% -
XYZ 13.17 10.02 2.1 -
YUV 85.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 140 70 24 0 0.50 0.83 0.45 23.79 0.71 0.32
Hex 8C 46 18 0 32 53 2D 18 47 20
Octal 214 106 30 0 62 123 55 30 107 40
Binary 10001100 1000110 11000 0 110010 1010011 101101 11000 1000111 100000

Color Harmonies of #8C4618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C4618

Black with #8C4618

Text Example


Text Example

White with #8C4618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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