Html Css Color HEX #3C1F10 Brown Pod

📋 copy color: '#3C1F10'

red 60 ◦ green 31 ◦ blue 16

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

Shades of Brown Pod #3C1F10

Tints of Brown Pod #3C1F10

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.97%

 BLUE value IS 16 (6.64% from 255) = 14.95%

R = 56.07%
G = 28.97%
B = 14.95%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.76

RGB Variations

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

Color information

#3C1F10 (or 0x3C1F10) is known color: Brown Pod. HEX triplet: 3C, 1F and 10. RGB value is (60,31,16). Sum of RGB (Red+Green+Blue) = 60+31+16=107 (14% of max value = 765). Red value is 60 (23.83% from 255 or 56.07% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 16 (6.64% from 255 or 14.95% from 107); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1F10 is #C3E0EF. Grayscale: #262626. Windows color (decimal): -12837104 or 1056572. OLE color: 1056572.

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

Color convert

RGB 60 31 16 -
CMYK 0 0.48 0.73 0.76
HSL 20.45º 0.58% 0.15% -
HSV(B) 20.45º 0.73% 0.24% -
XYZ 2.45 1.98 0.74 -
YUV 37.96 115.61 143.72 -
System Red Green Blue C M Y K H S L
Decimal 60 31 16 0 0.48 0.73 0.76 20.45 0.58 0.15
Hex 3C 1F 10 0 30 49 4C 14 3A F
Octal 74 37 20 0 60 111 114 24 72 17
Binary 111100 11111 10000 0 110000 1001001 1001100 10100 111010 1111

Color Harmonies of #3C1F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1F10

Black with #3C1F10

Text Example


Text Example

White with #3C1F10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,31,16); }

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

background-color css

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

 a { background-color: rgb(60,31,16); }

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

border-color css

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

 span { border-color: rgb(60,31,16); }

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