Html Css Color HEX #3E1C03 Brown Pod

📋 copy color: '#3E1C03'

red 62 ◦ green 28 ◦ blue 3

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

Shades of Brown Pod #3E1C03

Tints of Brown Pod #3E1C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.23%

R = 66.67%
G = 30.11%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.95

 K value IS 0.76

RGB Variations

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

Color information

#3E1C03 (or 0x3E1C03) is known color: Brown Pod. HEX triplet: 3E, 1C and 03. RGB value is (62,28,3). Sum of RGB (Red+Green+Blue) = 62+28+3=93 (12% of max value = 765). Red value is 62 (24.61% from 255 or 66.67% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1C03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E1C03 is #C1E3FC. Grayscale: #232323. Windows color (decimal): -12706813 or 203838. OLE color: 203838.

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

Color convert

RGB 62 28 3 -
CMYK 0 0.55 0.95 0.76
HSL 25.42º 0.91% 0.13% -
HSV(B) 25.42º 0.95% 0.24% -
XYZ 2.42 1.86 0.32 -
YUV 35.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 62 28 3 0 0.55 0.95 0.76 25.42 0.91 0.13
Hex 3E 1C 3 0 37 5F 4C 19 5B D
Octal 76 34 3 0 67 137 114 31 133 15
Binary 111110 11100 11 0 110111 1011111 1001100 11001 1011011 1101

Color Harmonies of #3E1C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1C03

Black with #3E1C03

Text Example


Text Example

White with #3E1C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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