Html Css Color HEX #3E2517 Brown Pod

📋 copy color: '#3E2517'

red 62 ◦ green 37 ◦ blue 23

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

Shades of Brown Pod #3E2517

Tints of Brown Pod #3E2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 30.33%

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

R = 50.82%
G = 30.33%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.76

RGB Variations

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

Color information

#3E2517 (or 0x3E2517) is known color: Brown Pod. HEX triplet: 3E, 25 and 17. RGB value is (62,37,23). Sum of RGB (Red+Green+Blue) = 62+37+23=122 (16% of max value = 765). Red value is 62 (24.61% from 255 or 50.82% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 23 (9.38% from 255 or 18.85% from 122); Max value from RGB is 62 - color contains mainly: red. Hex color #3E2517 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E2517 is #C1DAE8. Grayscale: #2A2A2A. Windows color (decimal): -12704489 or 1516862. OLE color: 1516862.

HSL color Cylindrical-coordinate representation of color #3E2517: hue angle of 21.54º 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 #3E2517 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 37 23 -
CMYK 0 0.40 0.63 0.76
HSL 21.54º 0.46% 0.17% -
HSV(B) 21.54º 0.63% 0.24% -
XYZ 2.8 2.41 1.13 -
YUV 42.88 116.78 141.64 -
System Red Green Blue C M Y K H S L
Decimal 62 37 23 0 0.40 0.63 0.76 21.54 0.46 0.17
Hex 3E 25 17 0 28 3F 4C 16 2E 11
Octal 76 45 27 0 50 77 114 26 56 21
Binary 111110 100101 10111 0 101000 111111 1001100 10110 101110 10001

Color Harmonies of #3E2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E2517

Black with #3E2517

Text Example


Text Example

White with #3E2517

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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