Html Css Color HEX #3C1B15 Brown Pod

📋 copy color: '#3C1B15'

red 60 ◦ green 27 ◦ blue 21

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

Shades of Brown Pod #3C1B15

Tints of Brown Pod #3C1B15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 19.44%

R = 55.56%
G = 25%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.65

 K value IS 0.76

RGB Variations

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

Color information

#3C1B15 (or 0x3C1B15) is known color: Brown Pod. HEX triplet: 3C, 1B and 15. RGB value is (60,27,21). Sum of RGB (Red+Green+Blue) = 60+27+21=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 27 (10.94% from 255 or 25% from 108); Blue value is 21 (8.59% from 255 or 19.44% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B15 is #C3E4EA. Grayscale: #242424. Windows color (decimal): -12838123 or 1383228. OLE color: 1383228.

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

Color convert

RGB 60 27 21 -
CMYK 0 0.55 0.65 0.76
HSL 9.23º 0.48% 0.16% -
HSV(B) 9.23º 0.65% 0.24% -
XYZ 2.39 1.8 0.93 -
YUV 36.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 60 27 21 0 0.55 0.65 0.76 9.23 0.48 0.16
Hex 3C 1B 15 0 37 41 4C 9 30 10
Octal 74 33 25 0 67 101 114 11 60 20
Binary 111100 11011 10101 0 110111 1000001 1001100 1001 110000 10000

Color Harmonies of #3C1B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B15

Black with #3C1B15

Text Example


Text Example

White with #3C1B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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