Html Css Color HEX #381C12 Brown Pod

📋 copy color: '#381C12'

red 56 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #381C12

Tints of Brown Pod #381C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 17.65%

R = 54.9%
G = 27.45%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381C12 (or 0x381C12) is known color: Brown Pod. HEX triplet: 38, 1C and 12. RGB value is (56,28,18). Sum of RGB (Red+Green+Blue) = 56+28+18=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 18 (7.42% from 255 or 17.65% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C12 is #C7E3ED. Grayscale: #232323. Windows color (decimal): -13100014 or 1186872. OLE color: 1186872.

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

Color convert

RGB 56 28 18 -
CMYK 0 0.50 0.68 0.78
HSL 15.79º 0.51% 0.15% -
HSV(B) 15.79º 0.68% 0.22% -
XYZ 2.16 1.71 0.79 -
YUV 35.23 118.28 142.81 -
System Red Green Blue C M Y K H S L
Decimal 56 28 18 0 0.50 0.68 0.78 15.79 0.51 0.15
Hex 38 1C 12 0 32 44 4E 10 33 F
Octal 70 34 22 0 62 104 116 20 63 17
Binary 111000 11100 10010 0 110010 1000100 1001110 10000 110011 1111

Color Harmonies of #381C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C12

Black with #381C12

Text Example


Text Example

White with #381C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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