Html Css Color HEX #3C1B12 Brown Pod

📋 copy color: '#3C1B12'

red 60 ◦ green 27 ◦ blue 18

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

Shades of Brown Pod #3C1B12

Tints of Brown Pod #3C1B12

RGB

 RED value IS 60 (23.83% from 255) = 57.14%

 GREEN value IS 27 (10.94% from 255) = 25.71%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 57.14%
G = 25.71%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.7

 K value IS 0.76

RGB Variations

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

Color information

#3C1B12 (or 0x3C1B12) is known color: Brown Pod. HEX triplet: 3C, 1B and 12. RGB value is (60,27,18). Sum of RGB (Red+Green+Blue) = 60+27+18=105 (13% of max value = 765). Red value is 60 (23.83% from 255 or 57.14% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B12 is #C3E4ED. Grayscale: #232323. Windows color (decimal): -12838126 or 1186620. OLE color: 1186620.

HSL color Cylindrical-coordinate representation of color #3C1B12: hue angle of 12.86º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3C1B12 is Cyan = 0, Magento = 0.55, Yellow = 0.7 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 27 18 -
CMYK 0 0.55 0.7 0.76
HSL 12.86º 0.54% 0.15% -
HSV(B) 12.86º 0.7% 0.24% -
XYZ 2.36 1.79 0.79 -
YUV 35.84 117.93 145.23 -
System Red Green Blue C M Y K H S L
Decimal 60 27 18 0 0.55 0.7 0.76 12.86 0.54 0.15
Hex 3C 1B 12 0 37 46 4C D 36 F
Octal 74 33 22 0 67 106 114 15 66 17
Binary 111100 11011 10010 0 110111 1000110 1001100 1101 110110 1111

Color Harmonies of #3C1B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B12

Black with #3C1B12

Text Example


Text Example

White with #3C1B12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C1B12; }

 p { color: rgb(60,27,18); }

 H1.HeaderClassName
 {
   color: #3C1B12;
 }
 .AnyTagClassName
 {
   color: #3C1B12;
 }
</style>

background-color css

<style>
 a { background-color: #3C1B12; }

 a { background-color: rgb(60,27,18); }

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

border-color css

<style>
 span { border-color: #3C1B12; }

 span { border-color: rgb(60,27,18); }

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