Html Css Color HEX #381C17 Brown Pod

📋 copy color: '#381C17'

red 56 ◦ green 28 ◦ blue 23

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

Shades of Brown Pod #381C17

Tints of Brown Pod #381C17

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

 BLUE value IS 23 (9.38% from 255) = 21.5%

R = 52.34%
G = 26.17%
B = 21.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#381C17 (or 0x381C17) is known color: Brown Pod. HEX triplet: 38, 1C and 17. RGB value is (56,28,23). Sum of RGB (Red+Green+Blue) = 56+28+23=107 (14% of max value = 765). Red value is 56 (22.27% from 255 or 52.34% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 23 (9.38% from 255 or 21.50% from 107); Max value from RGB is 56 - color contains mainly: red. Hex color #381C17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C17 is #C7E3E8. Grayscale: #232323. Windows color (decimal): -13100009 or 1514552. OLE color: 1514552.

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

Color convert

RGB 56 28 23 -
CMYK 0 0.50 0.59 0.78
HSL 9.09º 0.42% 0.15% -
HSV(B) 9.09º 0.59% 0.22% -
XYZ 2.2 1.73 1.03 -
YUV 35.8 120.78 142.41 -
System Red Green Blue C M Y K H S L
Decimal 56 28 23 0 0.50 0.59 0.78 9.09 0.42 0.15
Hex 38 1C 17 0 32 3B 4E 9 2A F
Octal 70 34 27 0 62 73 116 11 52 17
Binary 111000 11100 10111 0 110010 111011 1001110 1001 101010 1111

Color Harmonies of #381C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381C17

Black with #381C17

Text Example


Text Example

White with #381C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,28,23); }

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

background-color css

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

 a { background-color: rgb(56,28,23); }

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

border-color css

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

 span { border-color: rgb(56,28,23); }

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