Html Css Color HEX #381912 Brown Pod

📋 copy color: '#381912'

red 56 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #381912

Tints of Brown Pod #381912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 25.25%

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

R = 56.57%
G = 25.25%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.78

RGB Variations

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

Color information

#381912 (or 0x381912) is known color: Brown Pod. HEX triplet: 38, 19 and 12. RGB value is (56,25,18). Sum of RGB (Red+Green+Blue) = 56+25+18=99 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56.57% from 99); Green value is 25 (10.16% from 255 or 25.25% from 99); Blue value is 18 (7.42% from 255 or 18.18% from 99); Max value from RGB is 56 - color contains mainly: red. Hex color #381912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381912 is #C7E6ED. Grayscale: #212121. Windows color (decimal): -13100782 or 1186104. OLE color: 1186104.

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

Color convert

RGB 56 25 18 -
CMYK 0 0.55 0.68 0.78
HSL 11.05º 0.51% 0.15% -
HSV(B) 11.05º 0.68% 0.22% -
XYZ 2.09 1.58 0.77 -
YUV 33.47 119.27 144.07 -
System Red Green Blue C M Y K H S L
Decimal 56 25 18 0 0.55 0.68 0.78 11.05 0.51 0.15
Hex 38 19 12 0 37 44 4E B 33 F
Octal 70 31 22 0 67 104 116 13 63 17
Binary 111000 11001 10010 0 110111 1000100 1001110 1011 110011 1111

Color Harmonies of #381912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381912

Black with #381912

Text Example


Text Example

White with #381912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381912; }

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

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

background-color css

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

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

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

border-color css

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

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

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