Html Css Color HEX #381A12 Brown Pod

📋 copy color: '#381A12'

red 56 ◦ green 26 ◦ blue 18

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

Shades of Brown Pod #381A12

Tints of Brown Pod #381A12

RGB

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

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

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

R = 56%
G = 26%
B = 18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381A12 (or 0x381A12) is known color: Brown Pod. HEX triplet: 38, 1A and 12. RGB value is (56,26,18). Sum of RGB (Red+Green+Blue) = 56+26+18=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 18 (7.42% from 255 or 18% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #381A12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A12 is #C7E5ED. Grayscale: #222222. Windows color (decimal): -13100526 or 1186360. OLE color: 1186360.

HSL color Cylindrical-coordinate representation of color #381A12: hue angle of 12.63º 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 #381A12 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 26 18 -
CMYK 0 0.54 0.68 0.78
HSL 12.63º 0.51% 0.15% -
HSV(B) 12.63º 0.68% 0.22% -
XYZ 2.11 1.62 0.77 -
YUV 34.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 56 26 18 0 0.54 0.68 0.78 12.63 0.51 0.15
Hex 38 1A 12 0 36 44 4E D 33 F
Octal 70 32 22 0 66 104 116 15 63 17
Binary 111000 11010 10010 0 110110 1000100 1001110 1101 110011 1111

Color Harmonies of #381A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A12

Black with #381A12

Text Example


Text Example

White with #381A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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