Html Css Color HEX #381D12 Brown Pod

📋 copy color: '#381D12'

red 56 ◦ green 29 ◦ blue 18

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

Shades of Brown Pod #381D12

Tints of Brown Pod #381D12

RGB

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

 GREEN value IS 29 (11.72% from 255) = 28.16%

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

R = 54.37%
G = 28.16%
B = 17.48%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381D12 (or 0x381D12) is known color: Brown Pod. HEX triplet: 38, 1D and 12. RGB value is (56,29,18). Sum of RGB (Red+Green+Blue) = 56+29+18=103 (13% of max value = 765). Red value is 56 (22.27% from 255 or 54.37% from 103); Green value is 29 (11.72% from 255 or 28.16% from 103); Blue value is 18 (7.42% from 255 or 17.48% from 103); Max value from RGB is 56 - color contains mainly: red. Hex color #381D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D12 is #C7E2ED. Grayscale: #232323. Windows color (decimal): -13099758 or 1187128. OLE color: 1187128.

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

Color convert

RGB 56 29 18 -
CMYK 0 0.48 0.68 0.78
HSL 17.37º 0.51% 0.15% -
HSV(B) 17.37º 0.68% 0.22% -
XYZ 2.18 1.76 0.8 -
YUV 35.82 117.95 142.39 -
System Red Green Blue C M Y K H S L
Decimal 56 29 18 0 0.48 0.68 0.78 17.37 0.51 0.15
Hex 38 1D 12 0 30 44 4E 11 33 F
Octal 70 35 22 0 60 104 116 21 63 17
Binary 111000 11101 10010 0 110000 1000100 1001110 10001 110011 1111

Color Harmonies of #381D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381D12

Black with #381D12

Text Example


Text Example

White with #381D12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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