Html Css Color HEX #381A14 Brown Pod

📋 copy color: '#381A14'

red 56 ◦ green 26 ◦ blue 20

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

Shades of Brown Pod #381A14

Tints of Brown Pod #381A14

RGB

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

 GREEN value IS 26 (10.55% from 255) = 25.49%

 BLUE value IS 20 (8.2% from 255) = 19.61%

R = 54.9%
G = 25.49%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#381A14 (or 0x381A14) is known color: Brown Pod. HEX triplet: 38, 1A and 14. RGB value is (56,26,20). Sum of RGB (Red+Green+Blue) = 56+26+20=102 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.90% from 102); Green value is 26 (10.55% from 255 or 25.49% from 102); Blue value is 20 (8.20% from 255 or 19.61% from 102); Max value from RGB is 56 - color contains mainly: red. Hex color #381A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A14 is #C7E5EB. Grayscale: #222222. Windows color (decimal): -13100524 or 1317432. OLE color: 1317432.

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

Color convert

RGB 56 26 20 -
CMYK 0 0.54 0.64 0.78
HSL 10º 0.47% 0.15% -
HSV(B) 10º 0.64% 0.22% -
XYZ 2.13 1.63 0.86 -
YUV 34.29 119.94 143.49 -
System Red Green Blue C M Y K H S L
Decimal 56 26 20 0 0.54 0.64 0.78 10 0.47 0.15
Hex 38 1A 14 0 36 40 4E A 2F F
Octal 70 32 24 0 66 100 116 12 57 17
Binary 111000 11010 10100 0 110110 1000000 1001110 1010 101111 1111

Color Harmonies of #381A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A14

Black with #381A14

Text Example


Text Example

White with #381A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,26,20); }

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

background-color css

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

 a { background-color: rgb(56,26,20); }

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

border-color css

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

 span { border-color: rgb(56,26,20); }

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