Html Css Color HEX #3C251D Brown Pod

📋 copy color: '#3C251D'

red 60 ◦ green 37 ◦ blue 29

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

Shades of Brown Pod #3C251D

Tints of Brown Pod #3C251D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 29.37%

 BLUE value IS 29 (11.72% from 255) = 23.02%

R = 47.62%
G = 29.37%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.52

 K value IS 0.76

RGB Variations

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

Color information

#3C251D (or 0x3C251D) is known color: Brown Pod. HEX triplet: 3C, 25 and 1D. RGB value is (60,37,29). Sum of RGB (Red+Green+Blue) = 60+37+29=126 (16% of max value = 765). Red value is 60 (23.83% from 255 or 47.62% from 126); Green value is 37 (14.84% from 255 or 29.37% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 60 - color contains mainly: red. Hex color #3C251D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C251D is #C3DAE2. Grayscale: #2B2B2B. Windows color (decimal): -12835555 or 1910076. OLE color: 1910076.

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

Color convert

RGB 60 37 29 -
CMYK 0 0.38 0.52 0.76
HSL 15.48º 0.35% 0.17% -
HSV(B) 15.48º 0.52% 0.24% -
XYZ 2.75 2.37 1.48 -
YUV 42.97 120.12 140.15 -
System Red Green Blue C M Y K H S L
Decimal 60 37 29 0 0.38 0.52 0.76 15.48 0.35 0.17
Hex 3C 25 1D 0 26 34 4C F 23 11
Octal 74 45 35 0 46 64 114 17 43 21
Binary 111100 100101 11101 0 100110 110100 1001100 1111 100011 10001

Color Harmonies of #3C251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C251D

Black with #3C251D

Text Example


Text Example

White with #3C251D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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