Html Css Color HEX #3C221A Brown Pod

📋 copy color: '#3C221A'

red 60 ◦ green 34 ◦ blue 26

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

Shades of Brown Pod #3C221A

Tints of Brown Pod #3C221A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 28.33%

 BLUE value IS 26 (10.55% from 255) = 21.67%

R = 50%
G = 28.33%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.76

RGB Variations

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

Color information

#3C221A (or 0x3C221A) is known color: Brown Pod. HEX triplet: 3C, 22 and 1A. RGB value is (60,34,26). Sum of RGB (Red+Green+Blue) = 60+34+26=120 (15% of max value = 765). Red value is 60 (23.83% from 255 or 50% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 60 - color contains mainly: red. Hex color #3C221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C221A is #C3DDE5. Grayscale: #282828. Windows color (decimal): -12836326 or 1712700. OLE color: 1712700.

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

Color convert

RGB 60 34 26 -
CMYK 0 0.43 0.57 0.76
HSL 14.12º 0.4% 0.17% -
HSV(B) 14.12º 0.57% 0.24% -
XYZ 2.62 2.18 1.26 -
YUV 40.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 60 34 26 0 0.43 0.57 0.76 14.12 0.4 0.17
Hex 3C 22 1A 0 2B 39 4C E 28 11
Octal 74 42 32 0 53 71 114 16 50 21
Binary 111100 100010 11010 0 101011 111001 1001100 1110 101000 10001

Color Harmonies of #3C221A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C221A

Black with #3C221A

Text Example


Text Example

White with #3C221A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,34,26); }

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

background-color css

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

 a { background-color: rgb(60,34,26); }

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

border-color css

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

 span { border-color: rgb(60,34,26); }

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