Html Css Color HEX #381F17 Brown Pod

📋 copy color: '#381F17'

red 56 ◦ green 31 ◦ blue 23

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

Shades of Brown Pod #381F17

Tints of Brown Pod #381F17

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.18%

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

R = 50.91%
G = 28.18%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.78

RGB Variations

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

Color information

#381F17 (or 0x381F17) is known color: Brown Pod. HEX triplet: 38, 1F and 17. RGB value is (56,31,23). Sum of RGB (Red+Green+Blue) = 56+31+23=110 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50.91% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 23 (9.38% from 255 or 20.91% from 110); Max value from RGB is 56 - color contains mainly: red. Hex color #381F17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381F17 is #C7E0E8. Grayscale: #252525. Windows color (decimal): -13099241 or 1515320. OLE color: 1515320.

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

Color convert

RGB 56 31 23 -
CMYK 0 0.45 0.59 0.78
HSL 14.55º 0.42% 0.15% -
HSV(B) 14.55º 0.59% 0.22% -
XYZ 2.28 1.88 1.05 -
YUV 37.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 56 31 23 0 0.45 0.59 0.78 14.55 0.42 0.15
Hex 38 1F 17 0 2D 3B 4E F 2A F
Octal 70 37 27 0 55 73 116 17 52 17
Binary 111000 11111 10111 0 101101 111011 1001110 1111 101010 1111

Color Harmonies of #381F17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381F17

Black with #381F17

Text Example


Text Example

White with #381F17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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