Html Css Color HEX #8C380B Saddle Brown

📋 copy color: '#8C380B'

red 140 ◦ green 56 ◦ blue 11

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

Shades of Saddle Brown #8C380B

Tints of Saddle Brown #8C380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.05%

 BLUE value IS 11 (4.69% from 255) = 5.31%

R = 67.63%
G = 27.05%
B = 5.31%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.92

 K value IS 0.45

RGB Variations

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

Color information

#8C380B (or 0x8C380B) is known color: Saddle Brown. HEX triplet: 8C, 38 and 0B. RGB value is (140,56,11). Sum of RGB (Red+Green+Blue) = 140+56+11=207 (27% of max value = 765). Red value is 140 (55.08% from 255 or 67.63% from 207); Green value is 56 (22.27% from 255 or 27.05% from 207); Blue value is 11 (4.69% from 255 or 5.31% from 207); Max value from RGB is 140 - color contains mainly: red. Hex color #8C380B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #8C380B is #73C7F4. Grayscale: #4C4C4C. Windows color (decimal): -7587829 or 735372. OLE color: 735372.

HSL color Cylindrical-coordinate representation of color #8C380B: hue angle of 20.93º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8C380B is Cyan = 0, Magento = 0.6, Yellow = 0.92 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 56 11 -
CMYK 0 0.6 0.92 0.45
HSL 20.93º 0.85% 0.3% -
HSV(B) 20.93º 0.92% 0.55% -
XYZ 12.29 8.43 1.3 -
YUV 75.99 91.33 173.66 -
System Red Green Blue C M Y K H S L
Decimal 140 56 11 0 0.6 0.92 0.45 20.93 0.85 0.3
Hex 8C 38 B 0 3C 5C 2D 15 55 1E
Octal 214 70 13 0 74 134 55 25 125 36
Binary 10001100 111000 1011 0 111100 1011100 101101 10101 1010101 11110

Color Harmonies of #8C380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C380B

Black with #8C380B

Text Example


Text Example

White with #8C380B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,56,11); }

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

background-color css

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

 a { background-color: rgb(140,56,11); }

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

border-color css

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

 span { border-color: rgb(140,56,11); }

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