Html Css Color HEX #3C2A25 Brown Pod

📋 copy color: '#3C2A25'

red 60 ◦ green 42 ◦ blue 37

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

Shades of Brown Pod #3C2A25

Tints of Brown Pod #3C2A25

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

 BLUE value IS 37 (14.84% from 255) = 26.62%

R = 43.17%
G = 30.22%
B = 26.62%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.38

 K value IS 0.76

RGB Variations

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

Color information

#3C2A25 (or 0x3C2A25) is known color: Brown Pod. HEX triplet: 3C, 2A and 25. RGB value is (60,42,37). Sum of RGB (Red+Green+Blue) = 60+42+37=139 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.17% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 37 (14.84% from 255 or 26.62% from 139); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2A25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2A25 is #C3D5DA. Grayscale: #2E2E2E. Windows color (decimal): -12834267 or 2435644. OLE color: 2435644.

HSL color Cylindrical-coordinate representation of color #3C2A25: hue angle of 13.04º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2A25 is Cyan = 0, Magento = 0.3, Yellow = 0.38 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 42 37 -
CMYK 0 0.3 0.38 0.76
HSL 13.04º 0.24% 0.19% -
HSV(B) 13.04º 0.38% 0.24% -
XYZ 3.03 2.75 2.12 -
YUV 46.81 122.46 137.41 -
System Red Green Blue C M Y K H S L
Decimal 60 42 37 0 0.3 0.38 0.76 13.04 0.24 0.19
Hex 3C 2A 25 0 1E 26 4C D 18 13
Octal 74 52 45 0 36 46 114 15 30 23
Binary 111100 101010 100101 0 11110 100110 1001100 1101 11000 10011

Color Harmonies of #3C2A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2A25

Black with #3C2A25

Text Example


Text Example

White with #3C2A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,42,37); }

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

background-color css

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

 a { background-color: rgb(60,42,37); }

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

border-color css

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

 span { border-color: rgb(60,42,37); }

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