Html Css Color HEX #3C180B Brown Pod

📋 copy color: '#3C180B'

red 60 ◦ green 24 ◦ blue 11

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

Shades of Brown Pod #3C180B

Tints of Brown Pod #3C180B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 25.26%

 BLUE value IS 11 (4.69% from 255) = 11.58%

R = 63.16%
G = 25.26%
B = 11.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.82

 K value IS 0.76

RGB Variations

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

Color information

#3C180B (or 0x3C180B) is known color: Brown Pod. HEX triplet: 3C, 18 and 0B. RGB value is (60,24,11). Sum of RGB (Red+Green+Blue) = 60+24+11=95 (12% of max value = 765). Red value is 60 (23.83% from 255 or 63.16% from 95); Green value is 24 (9.77% from 255 or 25.26% from 95); Blue value is 11 (4.69% from 255 or 11.58% from 95); Max value from RGB is 60 - color contains mainly: red. Hex color #3C180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3C180B is #C3E7F4. Grayscale: #212121. Windows color (decimal): -12838901 or 727100. OLE color: 727100.

HSL color Cylindrical-coordinate representation of color #3C180B: hue angle of 15.92º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C180B is Cyan = 0, Magento = 0.60, Yellow = 0.82 and Black (K on CMYK) = 0.76.

Color convert

RGB 60 24 11 -
CMYK 0 0.60 0.82 0.76
HSL 15.92º 0.69% 0.14% -
HSV(B) 15.92º 0.82% 0.24% -
XYZ 2.25 1.64 0.51 -
YUV 33.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 60 24 11 0 0.60 0.82 0.76 15.92 0.69 0.14
Hex 3C 18 B 0 3C 52 4C 10 45 E
Octal 74 30 13 0 74 122 114 20 105 16
Binary 111100 11000 1011 0 111100 1010010 1001100 10000 1000101 1110

Color Harmonies of #3C180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C180B

Black with #3C180B

Text Example


Text Example

White with #3C180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,24,11); }

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

background-color css

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

 a { background-color: rgb(60,24,11); }

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

border-color css

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

 span { border-color: rgb(60,24,11); }

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