Html Css Color HEX #3E2217 Brown Pod

📋 copy color: '#3E2217'

red 62 ◦ green 34 ◦ blue 23

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

Shades of Brown Pod #3E2217

Tints of Brown Pod #3E2217

RGB

 RED value IS 62 (24.61% from 255) = 52.1%

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

 BLUE value IS 23 (9.38% from 255) = 19.33%

R = 52.1%
G = 28.57%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#3E2217 (or 0x3E2217) is known color: Brown Pod. HEX triplet: 3E, 22 and 17. RGB value is (62,34,23). Sum of RGB (Red+Green+Blue) = 62+34+23=119 (15% of max value = 765). Red value is 62 (24.61% from 255 or 52.10% from 119); Green value is 34 (13.67% from 255 or 28.57% from 119); Blue value is 23 (9.38% from 255 or 19.33% from 119); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2217 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2217 is #C1DDE8. Grayscale: #292929. Windows color (decimal): -12705257 or 1516094. OLE color: 1516094.

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

Color convert

RGB 62 34 23 -
CMYK 0 0.45 0.63 0.76
HSL 16.92º 0.46% 0.17% -
HSV(B) 16.92º 0.63% 0.24% -
XYZ 2.71 2.23 1.1 -
YUV 41.12 117.78 142.89 -
System Red Green Blue C M Y K H S L
Decimal 62 34 23 0 0.45 0.63 0.76 16.92 0.46 0.17
Hex 3E 22 17 0 2D 3F 4C 11 2E 11
Octal 76 42 27 0 55 77 114 21 56 21
Binary 111110 100010 10111 0 101101 111111 1001100 10001 101110 10001

Color Harmonies of #3E2217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2217

Black with #3E2217

Text Example


Text Example

White with #3E2217

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,34,23); }

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

background-color css

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

 a { background-color: rgb(62,34,23); }

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

border-color css

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

 span { border-color: rgb(62,34,23); }

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