Html Css Color HEX #381C0E Brown Pod

📋 copy color: '#381C0E'

red 56 ◦ green 28 ◦ blue 14

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

Shades of Brown Pod #381C0E

Tints of Brown Pod #381C0E

RGB

 RED value IS 56 (22.27% from 255) = 57.14%

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

 BLUE value IS 14 (5.86% from 255) = 14.29%

R = 57.14%
G = 28.57%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.78

RGB Variations

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

Color information

#381C0E (or 0x381C0E) is known color: Brown Pod. HEX triplet: 38, 1C and 0E. RGB value is (56,28,14). Sum of RGB (Red+Green+Blue) = 56+28+14=98 (12% of max value = 765). Red value is 56 (22.27% from 255 or 57.14% from 98); Green value is 28 (11.33% from 255 or 28.57% from 98); Blue value is 14 (5.86% from 255 or 14.29% from 98); Max value from RGB is 56 - color contains mainly: red. Hex color #381C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C0E is #C7E3F1. Grayscale: #222222. Windows color (decimal): -13100018 or 924728. OLE color: 924728.

HSL color Cylindrical-coordinate representation of color #381C0E: hue angle of 20º degrees, saturation: 0.6, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #381C0E is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 28 14 -
CMYK 0 0.50 0.75 0.78
HSL 20º 0.6% 0.14% -
HSV(B) 20º 0.75% 0.22% -
XYZ 2.13 1.7 0.63 -
YUV 34.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 56 28 14 0 0.50 0.75 0.78 20 0.6 0.14
Hex 38 1C E 0 32 4B 4E 14 3C E
Octal 70 34 16 0 62 113 116 24 74 16
Binary 111000 11100 1110 0 110010 1001011 1001110 10100 111100 1110

Color Harmonies of #381C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C0E

Black with #381C0E

Text Example


Text Example

White with #381C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381C0E; }

 p { color: rgb(56,28,14); }

 H1.HeaderClassName
 {
   color: #381C0E;
 }
 .AnyTagClassName
 {
   color: #381C0E;
 }
</style>

background-color css

<style>
 a { background-color: #381C0E; }

 a { background-color: rgb(56,28,14); }

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

border-color css

<style>
 span { border-color: #381C0E; }

 span { border-color: rgb(56,28,14); }

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