Html Css Color HEX #3C220F Brown Pod

📋 copy color: '#3C220F'

red 60 ◦ green 34 ◦ blue 15

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

Shades of Brown Pod #3C220F

Tints of Brown Pod #3C220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.76%

R = 55.05%
G = 31.19%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.75

 K value IS 0.76

RGB Variations

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

Color information

#3C220F (or 0x3C220F) is known color: Brown Pod. HEX triplet: 3C, 22 and 0F. RGB value is (60,34,15). Sum of RGB (Red+Green+Blue) = 60+34+15=109 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.05% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 15 (6.25% from 255 or 13.76% from 109); Max value from RGB is 60 - color contains mainly: red. Hex color #3C220F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C220F is #C3DDF0. Grayscale: #272727. Windows color (decimal): -12836337 or 991804. OLE color: 991804.

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

Color convert

RGB 60 34 15 -
CMYK 0 0.43 0.75 0.76
HSL 25.33º 0.6% 0.15% -
HSV(B) 25.33º 0.75% 0.24% -
XYZ 2.52 2.14 0.73 -
YUV 39.61 114.11 142.54 -
System Red Green Blue C M Y K H S L
Decimal 60 34 15 0 0.43 0.75 0.76 25.33 0.6 0.15
Hex 3C 22 F 0 2B 4B 4C 19 3C F
Octal 74 42 17 0 53 113 114 31 74 17
Binary 111100 100010 1111 0 101011 1001011 1001100 11001 111100 1111

Color Harmonies of #3C220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C220F

Black with #3C220F

Text Example


Text Example

White with #3C220F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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