Html Css Color HEX #3C1B02 Brown Pod

📋 copy color: '#3C1B02'

red 60 ◦ green 27 ◦ blue 2

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

Shades of Brown Pod #3C1B02

Tints of Brown Pod #3C1B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.25%

R = 67.42%
G = 30.34%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#3C1B02 (or 0x3C1B02) is known color: Brown Pod. HEX triplet: 3C, 1B and 02. RGB value is (60,27,2). Sum of RGB (Red+Green+Blue) = 60+27+2=89 (11% of max value = 765). Red value is 60 (23.83% from 255 or 67.42% from 89); Green value is 27 (10.94% from 255 or 30.34% from 89); Blue value is 2 (1.17% from 255 or 2.25% from 89); Max value from RGB is 60 - color contains mainly: red. Hex color #3C1B02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C1B02 is #C3E4FD. Grayscale: #222222. Windows color (decimal): -12838142 or 138044. OLE color: 138044.

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

Color convert

RGB 60 27 2 -
CMYK 0 0.55 0.97 0.76
HSL 25.86º 0.94% 0.12% -
HSV(B) 25.86º 0.97% 0.24% -
XYZ 2.27 1.75 0.28 -
YUV 34.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 60 27 2 0 0.55 0.97 0.76 25.86 0.94 0.12
Hex 3C 1B 2 0 37 61 4C 1A 5E C
Octal 74 33 2 0 67 141 114 32 136 14
Binary 111100 11011 10 0 110111 1100001 1001100 11010 1011110 1100

Color Harmonies of #3C1B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C1B02

Black with #3C1B02

Text Example


Text Example

White with #3C1B02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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