Html Css Color HEX #3E1C00 Brown Pod

📋 copy color: '#3E1C00'

red 62 ◦ green 28 ◦ blue 0

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

Shades of Brown Pod #3E1C00

Tints of Brown Pod #3E1C00

RGB

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

 GREEN value IS 28 (11.33% from 255) = 31.11%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.89%
G = 31.11%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.76

RGB Variations

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

Color information

#3E1C00 (or 0x3E1C00) is known color: Brown Pod. HEX triplet: 3E, 1C and 00. RGB value is (62,28,0). Sum of RGB (Red+Green+Blue) = 62+28+0=90 (11% of max value = 765). Red value is 62 (24.61% from 255 or 68.89% from 90); Green value is 28 (11.33% from 255 or 31.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1C00 is #C1E3FF. Grayscale: #232323. Windows color (decimal): -12706816 or 7230. OLE color: 7230.

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

Color convert

RGB 62 28 0 -
CMYK 0 0.55 1 0.76
HSL 27.1º 1% 0.12% -
HSV(B) 27.1º 1% 0.24% -
XYZ 2.4 1.85 0.23 -
YUV 34.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 62 28 0 0 0.55 1 0.76 27.1 1 0.12
Hex 3E 1C 0 0 37 64 4C 1B 64 C
Octal 76 34 0 0 67 144 114 33 144 14
Binary 111110 11100 0 0 110111 1100100 1001100 11011 1100100 1100

Color Harmonies of #3E1C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1C00

Black with #3E1C00

Text Example


Text Example

White with #3E1C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,28,0); }

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

background-color css

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

 a { background-color: rgb(62,28,0); }

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

border-color css

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

 span { border-color: rgb(62,28,0); }

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