Html Css Color HEX #381A0D Brown Pod

📋 copy color: '#381A0D'

red 56 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #381A0D

Tints of Brown Pod #381A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 13.68%

R = 58.95%
G = 27.37%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.78

RGB Variations

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

Color information

#381A0D (or 0x381A0D) is known color: Brown Pod. HEX triplet: 38, 1A and 0D. RGB value is (56,26,13). Sum of RGB (Red+Green+Blue) = 56+26+13=95 (12% of max value = 765). Red value is 56 (22.27% from 255 or 58.95% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 13 (5.47% from 255 or 13.68% from 95); Max value from RGB is 56 - color contains mainly: red. Hex color #381A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381A0D is #C7E5F2. Grayscale: #212121. Windows color (decimal): -13100531 or 858680. OLE color: 858680.

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

Color convert

RGB 56 26 13 -
CMYK 0 0.54 0.77 0.78
HSL 18.14º 0.62% 0.14% -
HSV(B) 18.14º 0.77% 0.22% -
XYZ 2.07 1.61 0.58 -
YUV 33.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 56 26 13 0 0.54 0.77 0.78 18.14 0.62 0.14
Hex 38 1A D 0 36 4D 4E 12 3E E
Octal 70 32 15 0 66 115 116 22 76 16
Binary 111000 11010 1101 0 110110 1001101 1001110 10010 111110 1110

Color Harmonies of #381A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381A0D

Black with #381A0D

Text Example


Text Example

White with #381A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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